Color spaces of #dd646a
RGB | 221 | 100 | 106 |
---|---|---|---|
HSL | 0.99 | 0.64 | 0.63 |
HSV | 357° | 55° | 87° |
CMYK | 0.00 | 0.55 | 0.52 0.13 |
XYZ | 36.9775 | 25.5271 | 16.6140 |
Yxy | 25.5271 | 0.4674 | 0.3226 |
Hunter Lab | 50.5244 | 42.2220 | 15.8706 |
CIE-Lab | 57.5854 | 47.8300 | 19.9984 |
#dd646a color RGB value is (221,100,106).
#dd646a hex color red value is 221, green value is 100 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dd646a hue: 0.99 , saturation: 0.64 and the lightness value of dd646a is 0.63.
The process color (four color CMYK) of #dd646a color hex is 0.00, 0.55, 0.52, 0.13. Web safe color of #dd646a is #cc6666. Color #dd646a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01100100 | 01101010 |
Octal | 335 | 144 | 152 |
Decimal | 221 | 100 | 106 |
Hex | DD | 64 | 6A |
Shades of #dd646a
Tints of #dd646a
RGB Percentages of Color #dd646a
CMYK Percentages of Color #dd646a
Complementary Color
#dd646a | #64ddd7 |
#dd646a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd646a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd646a Color CSS Codes
.mybgcolor {background-color:#dd646a; } .myforecolor {color:#dd646a; } .mybordercolor {border:3px solid #dd646a; }
#dd646a Text Font Color
<p style="color:#dd646a">Text here</p>
This sample text font color is #dd646a
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.
#dd646a Background Color
<div style="background-color:#dd646a">
Div content here</div>
This div background color is #dd646a
#dd646a Border Color
<div style="border:3px solid #dd646a">
Div here</div>
This div border color is #dd646a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,100,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd646a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd646a; -webkit-box-shadow: 1px 1px 3px 2px #dd646a; box-shadow: 1px 1px 3px 2px #dd646a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,100,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd646a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd646a; -webkit-box-shadow: 1px 1px 3px 2px #dd646a; box-shadow: 1px 1px 3px 2px #dd646a;">
Div content here</div>
This div box has shadow with color #dd646a
Comments
No comments written yet.
Please login to write comment.