Shades of Deep Cerise #D02F8C
Tints of Deep Cerise #D02F8C
RGB
CMYK
RGB Variations
Color information
#D02F8C (or 0xD02F8C) is known color: Deep Cerise. HEX triplet: D0, 2F and 8C. RGB value is (208,47,140). Sum of RGB (Red+Green+Blue) = 208+47+140=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02F8C is #2FD073. Grayscale: #696969. Windows color (decimal): -3133556 or 9187280. OLE color: 9187280.
HSL color Cylindrical-coordinate representation of color #D02F8C: hue angle of 325.34º 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 #D02F8C is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 140 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.18 |
| HSL | 325.34º | 0.63% | 0.5% | - |
| HSV(B) | 325.34º | 0.77% | 0.82% | - |
| XYZ | 31.76 | 17.34 | 26.48 | - |
| YUV | 105.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 140 | 0 | 0.77 | 0.33 | 0.18 | 325.34 | 0.63 | 0.5 |
| Hex | D0 | 2F | 8C | 0 | 4D | 21 | 12 | 145 | 3F | 32 |
| Octal | 320 | 57 | 214 | 0 | 115 | 41 | 22 | 505 | 77 | 62 |
| Binary | 11010000 | 101111 | 10001100 | 0 | 1001101 | 100001 | 10010 | 101000101 | 111111 | 110010 |
Color Harmonies of #D02F8C
Complementary color
Monochromatic Colors of #D02F8C
Black with #D02F8C
Text Example
Text Example
White with #D02F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02F8C; }
p { color: rgb(208,47,140); }
H1.HeaderClassName
{
color: #D02F8C;
}
.AnyTagClassName
{
color: #D02F8C;
}
</style>
background-color css
<style>
a { background-color: #D02F8C; }
a { background-color: rgb(208,47,140); }
div.DivClassName
{
background-color: #D02F8C;
}
.BgClassName
{
background-color: #D02F8C;
}
</style>
border-color css
<style>
span { border-color: #D02F8C; }
span { border-color: rgb(208,47,140); }
td.TdClassName
{
border-color: #D02F8C;
}
.TagClassName
{
border-color: #D02F8C;
}
</style>