Shades of Deep Cerise #D24188
Tints of Deep Cerise #D24188
RGB
CMYK
RGB Variations
Color information
#D24188 (or 0xD24188) is known color: Deep Cerise. HEX triplet: D2, 41 and 88. RGB value is (210,65,136). Sum of RGB (Red+Green+Blue) = 210+65+136=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D24188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24188 is #2DBE77. Grayscale: #747474. Windows color (decimal): -2997880 or 8929746. OLE color: 8929746.
HSL color Cylindrical-coordinate representation of color #D24188: hue angle of 330.62º 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 #D24188 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 65 | 136 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.18 |
| HSL | 330.62º | 0.62% | 0.54% | - |
| HSV(B) | 330.62º | 0.69% | 0.82% | - |
| XYZ | 32.91 | 19.26 | 25.28 | - |
| YUV | 116.45 | 139.04 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 136 | 0 | 0.69 | 0.35 | 0.18 | 330.62 | 0.62 | 0.54 |
| Hex | D2 | 41 | 88 | 0 | 45 | 23 | 12 | 14B | 3E | 36 |
| Octal | 322 | 101 | 210 | 0 | 105 | 43 | 22 | 513 | 76 | 66 |
| Binary | 11010010 | 1000001 | 10001000 | 0 | 1000101 | 100011 | 10010 | 101001011 | 111110 | 110110 |
Color Harmonies of #D24188
Complementary color
Monochromatic Colors of #D24188
Black with #D24188
Text Example
Text Example
White with #D24188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24188; }
p { color: rgb(210,65,136); }
H1.HeaderClassName
{
color: #D24188;
}
.AnyTagClassName
{
color: #D24188;
}
</style>
background-color css
<style>
a { background-color: #D24188; }
a { background-color: rgb(210,65,136); }
div.DivClassName
{
background-color: #D24188;
}
.BgClassName
{
background-color: #D24188;
}
</style>
border-color css
<style>
span { border-color: #D24188; }
span { border-color: rgb(210,65,136); }
td.TdClassName
{
border-color: #D24188;
}
.TagClassName
{
border-color: #D24188;
}
</style>