Shades of Deep Cerise #DB24A4
Tints of Deep Cerise #DB24A4
RGB
CMYK
RGB Variations
Color information
#DB24A4 (or 0xDB24A4) is known color: Deep Cerise. HEX triplet: DB, 24 and A4. RGB value is (219,36,164). Sum of RGB (Red+Green+Blue) = 219+36+164=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB24A4 is #24DB5B. Grayscale: #686868. Windows color (decimal): -2415452 or 10757339. OLE color: 10757339.
HSL color Cylindrical-coordinate representation of color #DB24A4: hue angle of 318.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB24A4 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 164 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.14 |
| HSL | 318.03º | 0.72% | 0.5% | - |
| HSV(B) | 318.03º | 0.84% | 0.86% | - |
| XYZ | 36.55 | 19 | 36.86 | - |
| YUV | 105.31 | 161.13 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 164 | 0 | 0.84 | 0.25 | 0.14 | 318.03 | 0.72 | 0.5 |
| Hex | DB | 24 | A4 | 0 | 54 | 19 | E | 13E | 48 | 32 |
| Octal | 333 | 44 | 244 | 0 | 124 | 31 | 16 | 476 | 110 | 62 |
| Binary | 11011011 | 100100 | 10100100 | 0 | 1010100 | 11001 | 1110 | 100111110 | 1001000 | 110010 |
Color Harmonies of #DB24A4
Complementary color
Monochromatic Colors of #DB24A4
Black with #DB24A4
Text Example
Text Example
White with #DB24A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24A4; }
p { color: rgb(219,36,164); }
H1.HeaderClassName
{
color: #DB24A4;
}
.AnyTagClassName
{
color: #DB24A4;
}
</style>
background-color css
<style>
a { background-color: #DB24A4; }
a { background-color: rgb(219,36,164); }
div.DivClassName
{
background-color: #DB24A4;
}
.BgClassName
{
background-color: #DB24A4;
}
</style>
border-color css
<style>
span { border-color: #DB24A4; }
span { border-color: rgb(219,36,164); }
td.TdClassName
{
border-color: #DB24A4;
}
.TagClassName
{
border-color: #DB24A4;
}
</style>