Shades of Deep Cerise #D02F7B
Tints of Deep Cerise #D02F7B
RGB
CMYK
RGB Variations
Color information
#D02F7B (or 0xD02F7B) is known color: Deep Cerise. HEX triplet: D0, 2F and 7B. RGB value is (208,47,123). Sum of RGB (Red+Green+Blue) = 208+47+123=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02F7B is #2FD084. Grayscale: #676767. Windows color (decimal): -3133573 or 8073168. OLE color: 8073168.
HSL color Cylindrical-coordinate representation of color #D02F7B: hue angle of 331.68º 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 #D02F7B is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 123 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.18 |
| HSL | 331.68º | 0.63% | 0.5% | - |
| HSV(B) | 331.68º | 0.77% | 0.82% | - |
| XYZ | 30.6 | 16.87 | 20.38 | - |
| YUV | 103.8 | 138.84 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 123 | 0 | 0.77 | 0.41 | 0.18 | 331.68 | 0.63 | 0.5 |
| Hex | D0 | 2F | 7B | 0 | 4D | 29 | 12 | 14C | 3F | 32 |
| Octal | 320 | 57 | 173 | 0 | 115 | 51 | 22 | 514 | 77 | 62 |
| Binary | 11010000 | 101111 | 1111011 | 0 | 1001101 | 101001 | 10010 | 101001100 | 111111 | 110010 |
Color Harmonies of #D02F7B
Complementary color
Monochromatic Colors of #D02F7B
Black with #D02F7B
Text Example
Text Example
White with #D02F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02F7B; }
p { color: rgb(208,47,123); }
H1.HeaderClassName
{
color: #D02F7B;
}
.AnyTagClassName
{
color: #D02F7B;
}
</style>
background-color css
<style>
a { background-color: #D02F7B; }
a { background-color: rgb(208,47,123); }
div.DivClassName
{
background-color: #D02F7B;
}
.BgClassName
{
background-color: #D02F7B;
}
</style>
border-color css
<style>
span { border-color: #D02F7B; }
span { border-color: rgb(208,47,123); }
td.TdClassName
{
border-color: #D02F7B;
}
.TagClassName
{
border-color: #D02F7B;
}
</style>