Shades of Deep Cerise #D24283
Tints of Deep Cerise #D24283
RGB
CMYK
RGB Variations
Color information
#D24283 (or 0xD24283) is known color: Deep Cerise. HEX triplet: D2, 42 and 83. RGB value is (210,66,131). Sum of RGB (Red+Green+Blue) = 210+66+131=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D24283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24283 is #2DBD7C. Grayscale: #747474. Windows color (decimal): -2997629 or 8602322. OLE color: 8602322.
HSL color Cylindrical-coordinate representation of color #D24283: hue angle of 332.92º 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 #D24283 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 131 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.18 |
| HSL | 332.92º | 0.62% | 0.54% | - |
| HSV(B) | 332.92º | 0.69% | 0.82% | - |
| XYZ | 32.62 | 19.24 | 23.47 | - |
| YUV | 116.47 | 136.21 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 131 | 0 | 0.69 | 0.38 | 0.18 | 332.92 | 0.62 | 0.54 |
| Hex | D2 | 42 | 83 | 0 | 45 | 26 | 12 | 14D | 3E | 36 |
| Octal | 322 | 102 | 203 | 0 | 105 | 46 | 22 | 515 | 76 | 66 |
| Binary | 11010010 | 1000010 | 10000011 | 0 | 1000101 | 100110 | 10010 | 101001101 | 111110 | 110110 |
Color Harmonies of #D24283
Complementary color
Monochromatic Colors of #D24283
Black with #D24283
Text Example
Text Example
White with #D24283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24283; }
p { color: rgb(210,66,131); }
H1.HeaderClassName
{
color: #D24283;
}
.AnyTagClassName
{
color: #D24283;
}
</style>
background-color css
<style>
a { background-color: #D24283; }
a { background-color: rgb(210,66,131); }
div.DivClassName
{
background-color: #D24283;
}
.BgClassName
{
background-color: #D24283;
}
</style>
border-color css
<style>
span { border-color: #D24283; }
span { border-color: rgb(210,66,131); }
td.TdClassName
{
border-color: #D24283;
}
.TagClassName
{
border-color: #D24283;
}
</style>