Shades of Deep Cerise #D02F7E
Tints of Deep Cerise #D02F7E
RGB
CMYK
RGB Variations
Color information
#D02F7E (or 0xD02F7E) is known color: Deep Cerise. HEX triplet: D0, 2F and 7E. RGB value is (208,47,126). Sum of RGB (Red+Green+Blue) = 208+47+126=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02F7E is #2FD081. Grayscale: #676767. Windows color (decimal): -3133570 or 8269776. OLE color: 8269776.
HSL color Cylindrical-coordinate representation of color #D02F7E: hue angle of 330.56º 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 #D02F7E is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 126 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.18 |
| HSL | 330.56º | 0.63% | 0.5% | - |
| HSV(B) | 330.56º | 0.77% | 0.82% | - |
| XYZ | 30.79 | 16.95 | 21.39 | - |
| YUV | 104.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 126 | 0 | 0.77 | 0.39 | 0.18 | 330.56 | 0.63 | 0.5 |
| Hex | D0 | 2F | 7E | 0 | 4D | 27 | 12 | 14B | 3F | 32 |
| Octal | 320 | 57 | 176 | 0 | 115 | 47 | 22 | 513 | 77 | 62 |
| Binary | 11010000 | 101111 | 1111110 | 0 | 1001101 | 100111 | 10010 | 101001011 | 111111 | 110010 |
Color Harmonies of #D02F7E
Complementary color
Monochromatic Colors of #D02F7E
Black with #D02F7E
Text Example
Text Example
White with #D02F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02F7E; }
p { color: rgb(208,47,126); }
H1.HeaderClassName
{
color: #D02F7E;
}
.AnyTagClassName
{
color: #D02F7E;
}
</style>
background-color css
<style>
a { background-color: #D02F7E; }
a { background-color: rgb(208,47,126); }
div.DivClassName
{
background-color: #D02F7E;
}
.BgClassName
{
background-color: #D02F7E;
}
</style>
border-color css
<style>
span { border-color: #D02F7E; }
span { border-color: rgb(208,47,126); }
td.TdClassName
{
border-color: #D02F7E;
}
.TagClassName
{
border-color: #D02F7E;
}
</style>