Shades of Deep Cerise #D0247C
Tints of Deep Cerise #D0247C
RGB
CMYK
RGB Variations
Color information
#D0247C (or 0xD0247C) is known color: Deep Cerise. HEX triplet: D0, 24 and 7C. RGB value is (208,36,124). Sum of RGB (Red+Green+Blue) = 208+36+124=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0247C is #2FDB83. Grayscale: #616161. Windows color (decimal): -3136388 or 8135888. OLE color: 8135888.
HSL color Cylindrical-coordinate representation of color #D0247C: hue angle of 329.3º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0247C is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 124 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.18 |
| HSL | 329.3º | 0.7% | 0.48% | - |
| HSV(B) | 329.3º | 0.83% | 0.82% | - |
| XYZ | 30.28 | 16.13 | 20.59 | - |
| YUV | 97.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 124 | 0 | 0.83 | 0.40 | 0.18 | 329.3 | 0.7 | 0.48 |
| Hex | D0 | 24 | 7C | 0 | 53 | 28 | 12 | 149 | 46 | 30 |
| Octal | 320 | 44 | 174 | 0 | 123 | 50 | 22 | 511 | 106 | 60 |
| Binary | 11010000 | 100100 | 1111100 | 0 | 1010011 | 101000 | 10010 | 101001001 | 1000110 | 110000 |
Color Harmonies of #D0247C
Complementary color
Monochromatic Colors of #D0247C
Black with #D0247C
Text Example
Text Example
White with #D0247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0247C; }
p { color: rgb(208,36,124); }
H1.HeaderClassName
{
color: #D0247C;
}
.AnyTagClassName
{
color: #D0247C;
}
</style>
background-color css
<style>
a { background-color: #D0247C; }
a { background-color: rgb(208,36,124); }
div.DivClassName
{
background-color: #D0247C;
}
.BgClassName
{
background-color: #D0247C;
}
</style>
border-color css
<style>
span { border-color: #D0247C; }
span { border-color: rgb(208,36,124); }
td.TdClassName
{
border-color: #D0247C;
}
.TagClassName
{
border-color: #D0247C;
}
</style>