Color spaces of #dd476b
RGB | 221 | 71 | 107 |
---|---|---|---|
HSL | 0.96 | 0.69 | 0.57 |
HSV | 346° | 68° | 87° |
CMYK | 0.00 | 0.68 | 0.52 0.13 |
XYZ | 34.7259 | 20.9402 | 16.1215 |
Yxy | 20.9402 | 0.4837 | 0.2917 |
Hunter Lab | 45.7605 | 55.3761 | 11.1443 |
CIE-Lab | 52.8840 | 60.5306 | 12.9591 |
#dd476b color RGB value is (221,71,107).
#dd476b hex color red value is 221, green value is 71 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dd476b hue: 0.96 , saturation: 0.69 and the lightness value of dd476b is 0.57.
The process color (four color CMYK) of #dd476b color hex is 0.00, 0.68, 0.52, 0.13. Web safe color of #dd476b is #cc3366. Color #dd476b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01000111 | 01101011 |
Octal | 335 | 107 | 153 |
Decimal | 221 | 71 | 107 |
Hex | DD | 47 | 6B |
Shades of #dd476b
Tints of #dd476b
RGB Percentages of Color #dd476b
CMYK Percentages of Color #dd476b
Complementary Color
#dd476b | #47ddb9 |
#dd476b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd476b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd476b Color CSS Codes
.mybgcolor {background-color:#dd476b; } .myforecolor {color:#dd476b; } .mybordercolor {border:3px solid #dd476b; }
#dd476b Text Font Color
<p style="color:#dd476b">Text here</p>
This sample text font color is #dd476b
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.
#dd476b Background Color
<div style="background-color:#dd476b">
Div content here</div>
This div background color is #dd476b
#dd476b Border Color
<div style="border:3px solid #dd476b">
Div here</div>
This div border color is #dd476b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,71,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd476b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd476b; -webkit-box-shadow: 1px 1px 3px 2px #dd476b; box-shadow: 1px 1px 3px 2px #dd476b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,71,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd476b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd476b; -webkit-box-shadow: 1px 1px 3px 2px #dd476b; box-shadow: 1px 1px 3px 2px #dd476b;">
Div content here</div>
This div box has shadow with color #dd476b
#dd476b Color Palettes
Comments
No comments written yet.
Please login to write comment.