Shades of Deep Cerise #D03975
Tints of Deep Cerise #D03975
RGB
CMYK
RGB Variations
Color information
#D03975 (or 0xD03975) is known color: Deep Cerise. HEX triplet: D0, 39 and 75. RGB value is (208,57,117). Sum of RGB (Red+Green+Blue) = 208+57+117=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D03975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03975 is #2FC68A. Grayscale: #6C6C6C. Windows color (decimal): -3131019 or 7682512. OLE color: 7682512.
HSL color Cylindrical-coordinate representation of color #D03975: hue angle of 336.16º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03975 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 117 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.18 |
| HSL | 336.16º | 0.62% | 0.52% | - |
| HSV(B) | 336.16º | 0.73% | 0.82% | - |
| XYZ | 30.69 | 17.62 | 18.61 | - |
| YUV | 108.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 117 | 0 | 0.73 | 0.44 | 0.18 | 336.16 | 0.62 | 0.52 |
| Hex | D0 | 39 | 75 | 0 | 49 | 2C | 12 | 150 | 3E | 34 |
| Octal | 320 | 71 | 165 | 0 | 111 | 54 | 22 | 520 | 76 | 64 |
| Binary | 11010000 | 111001 | 1110101 | 0 | 1001001 | 101100 | 10010 | 101010000 | 111110 | 110100 |
Color Harmonies of #D03975
Complementary color
Monochromatic Colors of #D03975
Black with #D03975
Text Example
Text Example
White with #D03975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03975; }
p { color: rgb(208,57,117); }
H1.HeaderClassName
{
color: #D03975;
}
.AnyTagClassName
{
color: #D03975;
}
</style>
background-color css
<style>
a { background-color: #D03975; }
a { background-color: rgb(208,57,117); }
div.DivClassName
{
background-color: #D03975;
}
.BgClassName
{
background-color: #D03975;
}
</style>
border-color css
<style>
span { border-color: #D03975; }
span { border-color: rgb(208,57,117); }
td.TdClassName
{
border-color: #D03975;
}
.TagClassName
{
border-color: #D03975;
}
</style>