Shades of Deep Cerise #D02F80
Tints of Deep Cerise #D02F80
RGB
CMYK
RGB Variations
Color information
#D02F80 (or 0xD02F80) is known color: Deep Cerise. HEX triplet: D0, 2F and 80. RGB value is (208,47,128). Sum of RGB (Red+Green+Blue) = 208+47+128=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02F80 is #2FD07F. Grayscale: #686868. Windows color (decimal): -3133568 or 8400848. OLE color: 8400848.
HSL color Cylindrical-coordinate representation of color #D02F80: hue angle of 329.81º 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 #D02F80 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 128 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.18 |
| HSL | 329.81º | 0.63% | 0.5% | - |
| HSV(B) | 329.81º | 0.77% | 0.82% | - |
| XYZ | 30.93 | 17 | 22.07 | - |
| YUV | 104.37 | 141.34 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 128 | 0 | 0.77 | 0.38 | 0.18 | 329.81 | 0.63 | 0.5 |
| Hex | D0 | 2F | 80 | 0 | 4D | 26 | 12 | 14A | 3F | 32 |
| Octal | 320 | 57 | 200 | 0 | 115 | 46 | 22 | 512 | 77 | 62 |
| Binary | 11010000 | 101111 | 10000000 | 0 | 1001101 | 100110 | 10010 | 101001010 | 111111 | 110010 |
Color Harmonies of #D02F80
Complementary color
Monochromatic Colors of #D02F80
Black with #D02F80
Text Example
Text Example
White with #D02F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02F80; }
p { color: rgb(208,47,128); }
H1.HeaderClassName
{
color: #D02F80;
}
.AnyTagClassName
{
color: #D02F80;
}
</style>
background-color css
<style>
a { background-color: #D02F80; }
a { background-color: rgb(208,47,128); }
div.DivClassName
{
background-color: #D02F80;
}
.BgClassName
{
background-color: #D02F80;
}
</style>
border-color css
<style>
span { border-color: #D02F80; }
span { border-color: rgb(208,47,128); }
td.TdClassName
{
border-color: #D02F80;
}
.TagClassName
{
border-color: #D02F80;
}
</style>