Shades of Deep Cerise #D03076
Tints of Deep Cerise #D03076
RGB
CMYK
RGB Variations
Color information
#D03076 (or 0xD03076) is known color: Deep Cerise. HEX triplet: D0, 30 and 76. RGB value is (208,48,118). Sum of RGB (Red+Green+Blue) = 208+48+118=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D03076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03076 is #2FCF89. Grayscale: #676767. Windows color (decimal): -3133322 or 7745744. OLE color: 7745744.
HSL color Cylindrical-coordinate representation of color #D03076: hue angle of 333.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03076 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 118 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.18 |
| HSL | 333.75º | 0.63% | 0.5% | - |
| HSV(B) | 333.75º | 0.77% | 0.82% | - |
| XYZ | 30.34 | 16.83 | 18.79 | - |
| YUV | 103.82 | 136.01 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 118 | 0 | 0.77 | 0.43 | 0.18 | 333.75 | 0.63 | 0.5 |
| Hex | D0 | 30 | 76 | 0 | 4D | 2B | 12 | 14E | 3F | 32 |
| Octal | 320 | 60 | 166 | 0 | 115 | 53 | 22 | 516 | 77 | 62 |
| Binary | 11010000 | 110000 | 1110110 | 0 | 1001101 | 101011 | 10010 | 101001110 | 111111 | 110010 |
Color Harmonies of #D03076
Complementary color
Monochromatic Colors of #D03076
Black with #D03076
Text Example
Text Example
White with #D03076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03076; }
p { color: rgb(208,48,118); }
H1.HeaderClassName
{
color: #D03076;
}
.AnyTagClassName
{
color: #D03076;
}
</style>
background-color css
<style>
a { background-color: #D03076; }
a { background-color: rgb(208,48,118); }
div.DivClassName
{
background-color: #D03076;
}
.BgClassName
{
background-color: #D03076;
}
</style>
border-color css
<style>
span { border-color: #D03076; }
span { border-color: rgb(208,48,118); }
td.TdClassName
{
border-color: #D03076;
}
.TagClassName
{
border-color: #D03076;
}
</style>