Color spaces of #dd29cc
RGB | 221 | 41 | 204 |
---|---|---|---|
HSL | 0.85 | 0.73 | 0.51 |
HSV | 306° | 81° | 87° |
CMYK | 0.00 | 0.81 | 0.08 0.13 |
XYZ | 41.5108 | 21.3177 | 59.0536 |
Yxy | 21.3177 | 0.3406 | 0.1749 |
Hunter Lab | 46.1711 | 79.6836 | -43.5131 |
CIE-Lab | 53.2955 | 80.6663 | -43.6269 |
#dd29cc color RGB value is (221,41,204).
#dd29cc hex color red value is 221, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dd29cc hue: 0.85 , saturation: 0.73 and the lightness value of dd29cc is 0.51.
The process color (four color CMYK) of #dd29cc color hex is 0.00, 0.81, 0.08, 0.13. Web safe color of #dd29cc is #cc33cc. Color #dd29cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00101001 | 11001100 |
Octal | 335 | 51 | 314 |
Decimal | 221 | 41 | 204 |
Hex | DD | 29 | CC |
Shades of #dd29cc
Tints of #dd29cc
RGB Percentages of Color #dd29cc
CMYK Percentages of Color #dd29cc
Complementary Color
#dd29cc | #29dd3a |
#dd29cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd29cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd29cc Color CSS Codes
.mybgcolor {background-color:#dd29cc; } .myforecolor {color:#dd29cc; } .mybordercolor {border:3px solid #dd29cc; }
#dd29cc Text Font Color
<p style="color:#dd29cc">Text here</p>
This sample text font color is #dd29cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dd29cc Background Color
<div style="background-color:#dd29cc">
Div content here</div>
This div background color is #dd29cc
#dd29cc Border Color
<div style="border:3px solid #dd29cc">
Div here</div>
This div border color is #dd29cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,41,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd29cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd29cc; -webkit-box-shadow: 1px 1px 3px 2px #dd29cc; box-shadow: 1px 1px 3px 2px #dd29cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,41,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd29cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd29cc; -webkit-box-shadow: 1px 1px 3px 2px #dd29cc; box-shadow: 1px 1px 3px 2px #dd29cc;">
Div content here</div>
This div box has shadow with color #dd29cc
Comments
No comments written yet.
Please login to write comment.