Shades of Deep Cerise #D02C95
Tints of Deep Cerise #D02C95
RGB
CMYK
RGB Variations
Color information
#D02C95 (or 0xD02C95) is known color: Deep Cerise. HEX triplet: D0, 2C and 95. RGB value is (208,44,149). Sum of RGB (Red+Green+Blue) = 208+44+149=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02C95 is #2FD36A. Grayscale: #686868. Windows color (decimal): -3134315 or 9776336. OLE color: 9776336.
HSL color Cylindrical-coordinate representation of color #D02C95: hue angle of 321.59º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C95 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 149 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.18 |
| HSL | 321.59º | 0.65% | 0.49% | - |
| HSV(B) | 321.59º | 0.79% | 0.82% | - |
| XYZ | 32.34 | 17.38 | 30.08 | - |
| YUV | 105.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 149 | 0 | 0.79 | 0.28 | 0.18 | 321.59 | 0.65 | 0.49 |
| Hex | D0 | 2C | 95 | 0 | 4F | 1C | 12 | 142 | 41 | 31 |
| Octal | 320 | 54 | 225 | 0 | 117 | 34 | 22 | 502 | 101 | 61 |
| Binary | 11010000 | 101100 | 10010101 | 0 | 1001111 | 11100 | 10010 | 101000010 | 1000001 | 110001 |
Color Harmonies of #D02C95
Complementary color
Monochromatic Colors of #D02C95
Black with #D02C95
Text Example
Text Example
White with #D02C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C95; }
p { color: rgb(208,44,149); }
H1.HeaderClassName
{
color: #D02C95;
}
.AnyTagClassName
{
color: #D02C95;
}
</style>
background-color css
<style>
a { background-color: #D02C95; }
a { background-color: rgb(208,44,149); }
div.DivClassName
{
background-color: #D02C95;
}
.BgClassName
{
background-color: #D02C95;
}
</style>
border-color css
<style>
span { border-color: #D02C95; }
span { border-color: rgb(208,44,149); }
td.TdClassName
{
border-color: #D02C95;
}
.TagClassName
{
border-color: #D02C95;
}
</style>