Shades of Deep Cerise #D02D9A
Tints of Deep Cerise #D02D9A
RGB
CMYK
RGB Variations
Color information
#D02D9A (or 0xD02D9A) is known color: Deep Cerise. HEX triplet: D0, 2D and 9A. RGB value is (208,45,154). Sum of RGB (Red+Green+Blue) = 208+45+154=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02D9A is #2FD265. Grayscale: #696969. Windows color (decimal): -3134054 or 10104272. OLE color: 10104272.
HSL color Cylindrical-coordinate representation of color #D02D9A: hue angle of 319.88º 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 #D02D9A is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 154 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.18 |
| HSL | 319.88º | 0.64% | 0.5% | - |
| HSV(B) | 319.88º | 0.78% | 0.82% | - |
| XYZ | 32.78 | 17.62 | 32.24 | - |
| YUV | 106.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 154 | 0 | 0.78 | 0.26 | 0.18 | 319.88 | 0.64 | 0.5 |
| Hex | D0 | 2D | 9A | 0 | 4E | 1A | 12 | 140 | 40 | 32 |
| Octal | 320 | 55 | 232 | 0 | 116 | 32 | 22 | 500 | 100 | 62 |
| Binary | 11010000 | 101101 | 10011010 | 0 | 1001110 | 11010 | 10010 | 101000000 | 1000000 | 110010 |
Color Harmonies of #D02D9A
Complementary color
Monochromatic Colors of #D02D9A
Black with #D02D9A
Text Example
Text Example
White with #D02D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D9A; }
p { color: rgb(208,45,154); }
H1.HeaderClassName
{
color: #D02D9A;
}
.AnyTagClassName
{
color: #D02D9A;
}
</style>
background-color css
<style>
a { background-color: #D02D9A; }
a { background-color: rgb(208,45,154); }
div.DivClassName
{
background-color: #D02D9A;
}
.BgClassName
{
background-color: #D02D9A;
}
</style>
border-color css
<style>
span { border-color: #D02D9A; }
span { border-color: rgb(208,45,154); }
td.TdClassName
{
border-color: #D02D9A;
}
.TagClassName
{
border-color: #D02D9A;
}
</style>