Color spaces of #dc616a
RGB | 220 | 97 | 106 |
---|---|---|---|
HSL | 0.99 | 0.64 | 0.62 |
HSV | 356° | 56° | 86° |
CMYK | 0.00 | 0.56 | 0.52 0.14 |
XYZ | 36.3914 | 24.8056 | 16.5056 |
Yxy | 24.8056 | 0.4683 | 0.3192 |
Hunter Lab | 49.8052 | 43.2662 | 15.2148 |
CIE-Lab | 56.8855 | 48.9081 | 19.0246 |
#dc616a color RGB value is (220,97,106).
#dc616a hex color red value is 220, green value is 97 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dc616a hue: 0.99 , saturation: 0.64 and the lightness value of dc616a is 0.62.
The process color (four color CMYK) of #dc616a color hex is 0.00, 0.56, 0.52, 0.14. Web safe color of #dc616a is #cc6666. Color #dc616a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01100001 | 01101010 |
Octal | 334 | 141 | 152 |
Decimal | 220 | 97 | 106 |
Hex | DC | 61 | 6A |
Shades of #dc616a
Tints of #dc616a
RGB Percentages of Color #dc616a
CMYK Percentages of Color #dc616a
Complementary Color
#dc616a | #61dcd3 |
#dc616a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc616a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc616a Color CSS Codes
.mybgcolor {background-color:#dc616a; } .myforecolor {color:#dc616a; } .mybordercolor {border:3px solid #dc616a; }
#dc616a Text Font Color
<p style="color:#dc616a">Text here</p>
This sample text font color is #dc616a
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.
#dc616a Background Color
<div style="background-color:#dc616a">
Div content here</div>
This div background color is #dc616a
#dc616a Border Color
<div style="border:3px solid #dc616a">
Div here</div>
This div border color is #dc616a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,97,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc616a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc616a; -webkit-box-shadow: 1px 1px 3px 2px #dc616a; box-shadow: 1px 1px 3px 2px #dc616a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,97,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 #dc616a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc616a; -webkit-box-shadow: 1px 1px 3px 2px #dc616a; box-shadow: 1px 1px 3px 2px #dc616a;">
Div content here</div>
This div box has shadow with color #dc616a
Comments
No comments written yet.
Please login to write comment.