Shades of Deep Cerise #D03576
Tints of Deep Cerise #D03576
RGB
CMYK
RGB Variations
Color information
#D03576 (or 0xD03576) is known color: Deep Cerise. HEX triplet: D0, 35 and 76. RGB value is (208,53,118). Sum of RGB (Red+Green+Blue) = 208+53+118=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D03576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03576 is #2FCA89. Grayscale: #6A6A6A. Windows color (decimal): -3132042 or 7747024. OLE color: 7747024.
HSL color Cylindrical-coordinate representation of color #D03576: hue angle of 334.84º 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 #D03576 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 118 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.18 |
| HSL | 334.84º | 0.62% | 0.51% | - |
| HSV(B) | 334.84º | 0.75% | 0.82% | - |
| XYZ | 30.56 | 17.26 | 18.86 | - |
| YUV | 106.76 | 134.35 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 118 | 0 | 0.75 | 0.43 | 0.18 | 334.84 | 0.62 | 0.51 |
| Hex | D0 | 35 | 76 | 0 | 4B | 2B | 12 | 14F | 3E | 33 |
| Octal | 320 | 65 | 166 | 0 | 113 | 53 | 22 | 517 | 76 | 63 |
| Binary | 11010000 | 110101 | 1110110 | 0 | 1001011 | 101011 | 10010 | 101001111 | 111110 | 110011 |
Color Harmonies of #D03576
Complementary color
Monochromatic Colors of #D03576
Black with #D03576
Text Example
Text Example
White with #D03576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03576; }
p { color: rgb(208,53,118); }
H1.HeaderClassName
{
color: #D03576;
}
.AnyTagClassName
{
color: #D03576;
}
</style>
background-color css
<style>
a { background-color: #D03576; }
a { background-color: rgb(208,53,118); }
div.DivClassName
{
background-color: #D03576;
}
.BgClassName
{
background-color: #D03576;
}
</style>
border-color css
<style>
span { border-color: #D03576; }
span { border-color: rgb(208,53,118); }
td.TdClassName
{
border-color: #D03576;
}
.TagClassName
{
border-color: #D03576;
}
</style>