Shades of Deep Cerise #DB2587
Tints of Deep Cerise #DB2587
RGB
CMYK
RGB Variations
Color information
#DB2587 (or 0xDB2587) is known color: Deep Cerise. HEX triplet: DB, 25 and 87. RGB value is (219,37,135). Sum of RGB (Red+Green+Blue) = 219+37+135=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2587 is #24DA78. Grayscale: #666666. Windows color (decimal): -2415225 or 8857051. OLE color: 8857051.
HSL color Cylindrical-coordinate representation of color #DB2587: hue angle of 327.69º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2587 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 135 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.14 |
| HSL | 327.69º | 0.72% | 0.5% | - |
| HSV(B) | 327.69º | 0.83% | 0.86% | - |
| XYZ | 34.25 | 18.13 | 24.62 | - |
| YUV | 102.59 | 146.3 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 135 | 0 | 0.83 | 0.38 | 0.14 | 327.69 | 0.72 | 0.5 |
| Hex | DB | 25 | 87 | 0 | 53 | 26 | E | 148 | 48 | 32 |
| Octal | 333 | 45 | 207 | 0 | 123 | 46 | 16 | 510 | 110 | 62 |
| Binary | 11011011 | 100101 | 10000111 | 0 | 1010011 | 100110 | 1110 | 101001000 | 1001000 | 110010 |
Color Harmonies of #DB2587
Complementary color
Monochromatic Colors of #DB2587
Black with #DB2587
Text Example
Text Example
White with #DB2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2587; }
p { color: rgb(219,37,135); }
H1.HeaderClassName
{
color: #DB2587;
}
.AnyTagClassName
{
color: #DB2587;
}
</style>
background-color css
<style>
a { background-color: #DB2587; }
a { background-color: rgb(219,37,135); }
div.DivClassName
{
background-color: #DB2587;
}
.BgClassName
{
background-color: #DB2587;
}
</style>
border-color css
<style>
span { border-color: #DB2587; }
span { border-color: rgb(219,37,135); }
td.TdClassName
{
border-color: #DB2587;
}
.TagClassName
{
border-color: #DB2587;
}
</style>