Shades of Deep Cerise #D02F7C
Tints of Deep Cerise #D02F7C
RGB
CMYK
RGB Variations
Color information
#D02F7C (or 0xD02F7C) is known color: Deep Cerise. HEX triplet: D0, 2F and 7C. RGB value is (208,47,124). Sum of RGB (Red+Green+Blue) = 208+47+124=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02F7C is #2FD083. Grayscale: #676767. Windows color (decimal): -3133572 or 8138704. OLE color: 8138704.
HSL color Cylindrical-coordinate representation of color #D02F7C: hue angle of 331.3º 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 #D02F7C is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 124 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.18 |
| HSL | 331.3º | 0.63% | 0.5% | - |
| HSV(B) | 331.3º | 0.77% | 0.82% | - |
| XYZ | 30.67 | 16.9 | 20.71 | - |
| YUV | 103.92 | 139.34 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 124 | 0 | 0.77 | 0.40 | 0.18 | 331.3 | 0.63 | 0.5 |
| Hex | D0 | 2F | 7C | 0 | 4D | 28 | 12 | 14B | 3F | 32 |
| Octal | 320 | 57 | 174 | 0 | 115 | 50 | 22 | 513 | 77 | 62 |
| Binary | 11010000 | 101111 | 1111100 | 0 | 1001101 | 101000 | 10010 | 101001011 | 111111 | 110010 |
Color Harmonies of #D02F7C
Complementary color
Monochromatic Colors of #D02F7C
Black with #D02F7C
Text Example
Text Example
White with #D02F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02F7C; }
p { color: rgb(208,47,124); }
H1.HeaderClassName
{
color: #D02F7C;
}
.AnyTagClassName
{
color: #D02F7C;
}
</style>
background-color css
<style>
a { background-color: #D02F7C; }
a { background-color: rgb(208,47,124); }
div.DivClassName
{
background-color: #D02F7C;
}
.BgClassName
{
background-color: #D02F7C;
}
</style>
border-color css
<style>
span { border-color: #D02F7C; }
span { border-color: rgb(208,47,124); }
td.TdClassName
{
border-color: #D02F7C;
}
.TagClassName
{
border-color: #D02F7C;
}
</style>