Shades of Deep Cerise #D24282
Tints of Deep Cerise #D24282
RGB
CMYK
RGB Variations
Color information
#D24282 (or 0xD24282) is known color: Deep Cerise. HEX triplet: D2, 42 and 82. RGB value is (210,66,130). Sum of RGB (Red+Green+Blue) = 210+66+130=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D24282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24282 is #2DBD7D. Grayscale: #747474. Windows color (decimal): -2997630 or 8536786. OLE color: 8536786.
HSL color Cylindrical-coordinate representation of color #D24282: hue angle of 333.33º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24282 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 130 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.18 |
| HSL | 333.33º | 0.62% | 0.54% | - |
| HSV(B) | 333.33º | 0.69% | 0.82% | - |
| XYZ | 32.56 | 19.21 | 23.11 | - |
| YUV | 116.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 130 | 0 | 0.69 | 0.38 | 0.18 | 333.33 | 0.62 | 0.54 |
| Hex | D2 | 42 | 82 | 0 | 45 | 26 | 12 | 14D | 3E | 36 |
| Octal | 322 | 102 | 202 | 0 | 105 | 46 | 22 | 515 | 76 | 66 |
| Binary | 11010010 | 1000010 | 10000010 | 0 | 1000101 | 100110 | 10010 | 101001101 | 111110 | 110110 |
Color Harmonies of #D24282
Complementary color
Monochromatic Colors of #D24282
Black with #D24282
Text Example
Text Example
White with #D24282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24282; }
p { color: rgb(210,66,130); }
H1.HeaderClassName
{
color: #D24282;
}
.AnyTagClassName
{
color: #D24282;
}
</style>
background-color css
<style>
a { background-color: #D24282; }
a { background-color: rgb(210,66,130); }
div.DivClassName
{
background-color: #D24282;
}
.BgClassName
{
background-color: #D24282;
}
</style>
border-color css
<style>
span { border-color: #D24282; }
span { border-color: rgb(210,66,130); }
td.TdClassName
{
border-color: #D24282;
}
.TagClassName
{
border-color: #D24282;
}
</style>