Shades of Deep Cerise #D02F99
Tints of Deep Cerise #D02F99
RGB
CMYK
RGB Variations
Color information
#D02F99 (or 0xD02F99) is known color: Deep Cerise. HEX triplet: D0, 2F and 99. RGB value is (208,47,153). Sum of RGB (Red+Green+Blue) = 208+47+153=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02F99 is #2FD066. Grayscale: #6A6A6A. Windows color (decimal): -3133543 or 10039248. OLE color: 10039248.
HSL color Cylindrical-coordinate representation of color #D02F99: hue angle of 320.5º 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 #D02F99 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 153 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.18 |
| HSL | 320.5º | 0.63% | 0.5% | - |
| HSV(B) | 320.5º | 0.77% | 0.82% | - |
| XYZ | 32.78 | 17.74 | 31.83 | - |
| YUV | 107.22 | 153.84 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 153 | 0 | 0.77 | 0.26 | 0.18 | 320.5 | 0.63 | 0.5 |
| Hex | D0 | 2F | 99 | 0 | 4D | 1A | 12 | 140 | 3F | 32 |
| Octal | 320 | 57 | 231 | 0 | 115 | 32 | 22 | 500 | 77 | 62 |
| Binary | 11010000 | 101111 | 10011001 | 0 | 1001101 | 11010 | 10010 | 101000000 | 111111 | 110010 |
Color Harmonies of #D02F99
Complementary color
Monochromatic Colors of #D02F99
Black with #D02F99
Text Example
Text Example
White with #D02F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02F99; }
p { color: rgb(208,47,153); }
H1.HeaderClassName
{
color: #D02F99;
}
.AnyTagClassName
{
color: #D02F99;
}
</style>
background-color css
<style>
a { background-color: #D02F99; }
a { background-color: rgb(208,47,153); }
div.DivClassName
{
background-color: #D02F99;
}
.BgClassName
{
background-color: #D02F99;
}
</style>
border-color css
<style>
span { border-color: #D02F99; }
span { border-color: rgb(208,47,153); }
td.TdClassName
{
border-color: #D02F99;
}
.TagClassName
{
border-color: #D02F99;
}
</style>