Shades of Deep Cerise #DB2488
Tints of Deep Cerise #DB2488
RGB
CMYK
RGB Variations
Color information
#DB2488 (or 0xDB2488) is known color: Deep Cerise. HEX triplet: DB, 24 and 88. RGB value is (219,36,136). Sum of RGB (Red+Green+Blue) = 219+36+136=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2488 is #24DB77. Grayscale: #656565. Windows color (decimal): -2415480 or 8922331. OLE color: 8922331.
HSL color Cylindrical-coordinate representation of color #DB2488: hue angle of 327.21º 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 #DB2488 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 136 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.14 |
| HSL | 327.21º | 0.72% | 0.5% | - |
| HSV(B) | 327.21º | 0.84% | 0.86% | - |
| XYZ | 34.29 | 18.1 | 24.98 | - |
| YUV | 102.12 | 147.13 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 136 | 0 | 0.84 | 0.38 | 0.14 | 327.21 | 0.72 | 0.5 |
| Hex | DB | 24 | 88 | 0 | 54 | 26 | E | 147 | 48 | 32 |
| Octal | 333 | 44 | 210 | 0 | 124 | 46 | 16 | 507 | 110 | 62 |
| Binary | 11011011 | 100100 | 10001000 | 0 | 1010100 | 100110 | 1110 | 101000111 | 1001000 | 110010 |
Color Harmonies of #DB2488
Complementary color
Monochromatic Colors of #DB2488
Black with #DB2488
Text Example
Text Example
White with #DB2488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2488; }
p { color: rgb(219,36,136); }
H1.HeaderClassName
{
color: #DB2488;
}
.AnyTagClassName
{
color: #DB2488;
}
</style>
background-color css
<style>
a { background-color: #DB2488; }
a { background-color: rgb(219,36,136); }
div.DivClassName
{
background-color: #DB2488;
}
.BgClassName
{
background-color: #DB2488;
}
</style>
border-color css
<style>
span { border-color: #DB2488; }
span { border-color: rgb(219,36,136); }
td.TdClassName
{
border-color: #DB2488;
}
.TagClassName
{
border-color: #DB2488;
}
</style>