Shades of Deep Cerise #D03577
Tints of Deep Cerise #D03577
RGB
CMYK
RGB Variations
Color information
#D03577 (or 0xD03577) is known color: Deep Cerise. HEX triplet: D0, 35 and 77. RGB value is (208,53,119). Sum of RGB (Red+Green+Blue) = 208+53+119=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D03577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03577 is #2FCA88. Grayscale: #6A6A6A. Windows color (decimal): -3132041 or 7812560. OLE color: 7812560.
HSL color Cylindrical-coordinate representation of color #D03577: hue angle of 334.45º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03577 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 119 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.18 |
| HSL | 334.45º | 0.62% | 0.51% | - |
| HSV(B) | 334.45º | 0.75% | 0.82% | - |
| XYZ | 30.62 | 17.29 | 19.18 | - |
| YUV | 106.87 | 134.85 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 119 | 0 | 0.75 | 0.43 | 0.18 | 334.45 | 0.62 | 0.51 |
| Hex | D0 | 35 | 77 | 0 | 4B | 2B | 12 | 14E | 3E | 33 |
| Octal | 320 | 65 | 167 | 0 | 113 | 53 | 22 | 516 | 76 | 63 |
| Binary | 11010000 | 110101 | 1110111 | 0 | 1001011 | 101011 | 10010 | 101001110 | 111110 | 110011 |
Color Harmonies of #D03577
Complementary color
Monochromatic Colors of #D03577
Black with #D03577
Text Example
Text Example
White with #D03577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03577; }
p { color: rgb(208,53,119); }
H1.HeaderClassName
{
color: #D03577;
}
.AnyTagClassName
{
color: #D03577;
}
</style>
background-color css
<style>
a { background-color: #D03577; }
a { background-color: rgb(208,53,119); }
div.DivClassName
{
background-color: #D03577;
}
.BgClassName
{
background-color: #D03577;
}
</style>
border-color css
<style>
span { border-color: #D03577; }
span { border-color: rgb(208,53,119); }
td.TdClassName
{
border-color: #D03577;
}
.TagClassName
{
border-color: #D03577;
}
</style>