Shades of Deep Cerise #D02D95
Tints of Deep Cerise #D02D95
RGB
CMYK
RGB Variations
Color information
#D02D95 (or 0xD02D95) is known color: Deep Cerise. HEX triplet: D0, 2D and 95. RGB value is (208,45,149). Sum of RGB (Red+Green+Blue) = 208+45+149=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02D95 is #2FD26A. Grayscale: #696969. Windows color (decimal): -3134059 or 9776592. OLE color: 9776592.
HSL color Cylindrical-coordinate representation of color #D02D95: hue angle of 321.72º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D95 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 149 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.18 |
| HSL | 321.72º | 0.64% | 0.5% | - |
| HSV(B) | 321.72º | 0.78% | 0.82% | - |
| XYZ | 32.38 | 17.46 | 30.1 | - |
| YUV | 105.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 149 | 0 | 0.78 | 0.28 | 0.18 | 321.72 | 0.64 | 0.5 |
| Hex | D0 | 2D | 95 | 0 | 4E | 1C | 12 | 142 | 40 | 32 |
| Octal | 320 | 55 | 225 | 0 | 116 | 34 | 22 | 502 | 100 | 62 |
| Binary | 11010000 | 101101 | 10010101 | 0 | 1001110 | 11100 | 10010 | 101000010 | 1000000 | 110010 |
Color Harmonies of #D02D95
Complementary color
Monochromatic Colors of #D02D95
Black with #D02D95
Text Example
Text Example
White with #D02D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D95; }
p { color: rgb(208,45,149); }
H1.HeaderClassName
{
color: #D02D95;
}
.AnyTagClassName
{
color: #D02D95;
}
</style>
background-color css
<style>
a { background-color: #D02D95; }
a { background-color: rgb(208,45,149); }
div.DivClassName
{
background-color: #D02D95;
}
.BgClassName
{
background-color: #D02D95;
}
</style>
border-color css
<style>
span { border-color: #D02D95; }
span { border-color: rgb(208,45,149); }
td.TdClassName
{
border-color: #D02D95;
}
.TagClassName
{
border-color: #D02D95;
}
</style>