Shades of Deep Cerise #D24080
Tints of Deep Cerise #D24080
RGB
CMYK
RGB Variations
Color information
#D24080 (or 0xD24080) is known color: Deep Cerise. HEX triplet: D2, 40 and 80. RGB value is (210,64,128). Sum of RGB (Red+Green+Blue) = 210+64+128=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D24080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24080 is #2DBF7F. Grayscale: #727272. Windows color (decimal): -2998144 or 8405202. OLE color: 8405202.
HSL color Cylindrical-coordinate representation of color #D24080: hue angle of 333.7º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24080 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 128 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.18 |
| HSL | 333.7º | 0.62% | 0.54% | - |
| HSV(B) | 333.7º | 0.7% | 0.82% | - |
| XYZ | 32.31 | 18.93 | 22.37 | - |
| YUV | 114.95 | 135.37 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 128 | 0 | 0.70 | 0.39 | 0.18 | 333.7 | 0.62 | 0.54 |
| Hex | D2 | 40 | 80 | 0 | 46 | 27 | 12 | 14E | 3E | 36 |
| Octal | 322 | 100 | 200 | 0 | 106 | 47 | 22 | 516 | 76 | 66 |
| Binary | 11010010 | 1000000 | 10000000 | 0 | 1000110 | 100111 | 10010 | 101001110 | 111110 | 110110 |
Color Harmonies of #D24080
Complementary color
Monochromatic Colors of #D24080
Black with #D24080
Text Example
Text Example
White with #D24080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24080; }
p { color: rgb(210,64,128); }
H1.HeaderClassName
{
color: #D24080;
}
.AnyTagClassName
{
color: #D24080;
}
</style>
background-color css
<style>
a { background-color: #D24080; }
a { background-color: rgb(210,64,128); }
div.DivClassName
{
background-color: #D24080;
}
.BgClassName
{
background-color: #D24080;
}
</style>
border-color css
<style>
span { border-color: #D24080; }
span { border-color: rgb(210,64,128); }
td.TdClassName
{
border-color: #D24080;
}
.TagClassName
{
border-color: #D24080;
}
</style>