Shades of Deep Cerise #D02F8D
Tints of Deep Cerise #D02F8D
RGB
CMYK
RGB Variations
Color information
#D02F8D (or 0xD02F8D) is known color: Deep Cerise. HEX triplet: D0, 2F and 8D. RGB value is (208,47,141). Sum of RGB (Red+Green+Blue) = 208+47+141=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02F8D is #2FD072. Grayscale: #696969. Windows color (decimal): -3133555 or 9252816. OLE color: 9252816.
HSL color Cylindrical-coordinate representation of color #D02F8D: hue angle of 324.97º 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 #D02F8D is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 141 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.18 |
| HSL | 324.97º | 0.63% | 0.5% | - |
| HSV(B) | 324.97º | 0.77% | 0.82% | - |
| XYZ | 31.84 | 17.37 | 26.87 | - |
| YUV | 105.86 | 147.84 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 141 | 0 | 0.77 | 0.32 | 0.18 | 324.97 | 0.63 | 0.5 |
| Hex | D0 | 2F | 8D | 0 | 4D | 20 | 12 | 145 | 3F | 32 |
| Octal | 320 | 57 | 215 | 0 | 115 | 40 | 22 | 505 | 77 | 62 |
| Binary | 11010000 | 101111 | 10001101 | 0 | 1001101 | 100000 | 10010 | 101000101 | 111111 | 110010 |
Color Harmonies of #D02F8D
Complementary color
Monochromatic Colors of #D02F8D
Black with #D02F8D
Text Example
Text Example
White with #D02F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02F8D; }
p { color: rgb(208,47,141); }
H1.HeaderClassName
{
color: #D02F8D;
}
.AnyTagClassName
{
color: #D02F8D;
}
</style>
background-color css
<style>
a { background-color: #D02F8D; }
a { background-color: rgb(208,47,141); }
div.DivClassName
{
background-color: #D02F8D;
}
.BgClassName
{
background-color: #D02F8D;
}
</style>
border-color css
<style>
span { border-color: #D02F8D; }
span { border-color: rgb(208,47,141); }
td.TdClassName
{
border-color: #D02F8D;
}
.TagClassName
{
border-color: #D02F8D;
}
</style>