Shades of Deep Cerise #D03D78
Tints of Deep Cerise #D03D78
RGB
CMYK
RGB Variations
Color information
#D03D78 (or 0xD03D78) is known color: Deep Cerise. HEX triplet: D0, 3D and 78. RGB value is (208,61,120). Sum of RGB (Red+Green+Blue) = 208+61+120=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D78 is #2FC287. Grayscale: #6F6F6F. Windows color (decimal): -3129992 or 7880144. OLE color: 7880144.
HSL color Cylindrical-coordinate representation of color #D03D78: hue angle of 335.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03D78 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 120 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.18 |
| HSL | 335.92º | 0.61% | 0.53% | - |
| HSV(B) | 335.92º | 0.71% | 0.82% | - |
| XYZ | 31.07 | 18.1 | 19.63 | - |
| YUV | 111.68 | 132.7 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 120 | 0 | 0.71 | 0.42 | 0.18 | 335.92 | 0.61 | 0.53 |
| Hex | D0 | 3D | 78 | 0 | 47 | 2A | 12 | 150 | 3D | 35 |
| Octal | 320 | 75 | 170 | 0 | 107 | 52 | 22 | 520 | 75 | 65 |
| Binary | 11010000 | 111101 | 1111000 | 0 | 1000111 | 101010 | 10010 | 101010000 | 111101 | 110101 |
Color Harmonies of #D03D78
Complementary color
Monochromatic Colors of #D03D78
Black with #D03D78
Text Example
Text Example
White with #D03D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D78; }
p { color: rgb(208,61,120); }
H1.HeaderClassName
{
color: #D03D78;
}
.AnyTagClassName
{
color: #D03D78;
}
</style>
background-color css
<style>
a { background-color: #D03D78; }
a { background-color: rgb(208,61,120); }
div.DivClassName
{
background-color: #D03D78;
}
.BgClassName
{
background-color: #D03D78;
}
</style>
border-color css
<style>
span { border-color: #D03D78; }
span { border-color: rgb(208,61,120); }
td.TdClassName
{
border-color: #D03D78;
}
.TagClassName
{
border-color: #D03D78;
}
</style>