Shades of Deep Cerise #D24183
Tints of Deep Cerise #D24183
RGB
CMYK
RGB Variations
Color information
#D24183 (or 0xD24183) is known color: Deep Cerise. HEX triplet: D2, 41 and 83. RGB value is (210,65,131). Sum of RGB (Red+Green+Blue) = 210+65+131=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D24183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24183 is #2DBE7C. Grayscale: #737373. Windows color (decimal): -2997885 or 8602066. OLE color: 8602066.
HSL color Cylindrical-coordinate representation of color #D24183: hue angle of 332.69º 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 #D24183 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 131 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.18 |
| HSL | 332.69º | 0.62% | 0.54% | - |
| HSV(B) | 332.69º | 0.69% | 0.82% | - |
| XYZ | 32.57 | 19.12 | 23.45 | - |
| YUV | 115.88 | 136.54 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 131 | 0 | 0.69 | 0.38 | 0.18 | 332.69 | 0.62 | 0.54 |
| Hex | D2 | 41 | 83 | 0 | 45 | 26 | 12 | 14D | 3E | 36 |
| Octal | 322 | 101 | 203 | 0 | 105 | 46 | 22 | 515 | 76 | 66 |
| Binary | 11010010 | 1000001 | 10000011 | 0 | 1000101 | 100110 | 10010 | 101001101 | 111110 | 110110 |
Color Harmonies of #D24183
Complementary color
Monochromatic Colors of #D24183
Black with #D24183
Text Example
Text Example
White with #D24183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24183; }
p { color: rgb(210,65,131); }
H1.HeaderClassName
{
color: #D24183;
}
.AnyTagClassName
{
color: #D24183;
}
</style>
background-color css
<style>
a { background-color: #D24183; }
a { background-color: rgb(210,65,131); }
div.DivClassName
{
background-color: #D24183;
}
.BgClassName
{
background-color: #D24183;
}
</style>
border-color css
<style>
span { border-color: #D24183; }
span { border-color: rgb(210,65,131); }
td.TdClassName
{
border-color: #D24183;
}
.TagClassName
{
border-color: #D24183;
}
</style>