Shades of Deep Cerise #DB2A87
Tints of Deep Cerise #DB2A87
RGB
CMYK
RGB Variations
Color information
#DB2A87 (or 0xDB2A87) is known color: Deep Cerise. HEX triplet: DB, 2A and 87. RGB value is (219,42,135). Sum of RGB (Red+Green+Blue) = 219+42+135=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2A87 is #24D578. Grayscale: #696969. Windows color (decimal): -2413945 or 8858331. OLE color: 8858331.
HSL color Cylindrical-coordinate representation of color #DB2A87: hue angle of 328.47º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A87 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 135 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.14 |
| HSL | 328.47º | 0.71% | 0.51% | - |
| HSV(B) | 328.47º | 0.81% | 0.86% | - |
| XYZ | 34.41 | 18.47 | 24.67 | - |
| YUV | 105.53 | 144.64 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 135 | 0 | 0.81 | 0.38 | 0.14 | 328.47 | 0.71 | 0.51 |
| Hex | DB | 2A | 87 | 0 | 51 | 26 | E | 148 | 47 | 33 |
| Octal | 333 | 52 | 207 | 0 | 121 | 46 | 16 | 510 | 107 | 63 |
| Binary | 11011011 | 101010 | 10000111 | 0 | 1010001 | 100110 | 1110 | 101001000 | 1000111 | 110011 |
Color Harmonies of #DB2A87
Complementary color
Monochromatic Colors of #DB2A87
Black with #DB2A87
Text Example
Text Example
White with #DB2A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A87; }
p { color: rgb(219,42,135); }
H1.HeaderClassName
{
color: #DB2A87;
}
.AnyTagClassName
{
color: #DB2A87;
}
</style>
background-color css
<style>
a { background-color: #DB2A87; }
a { background-color: rgb(219,42,135); }
div.DivClassName
{
background-color: #DB2A87;
}
.BgClassName
{
background-color: #DB2A87;
}
</style>
border-color css
<style>
span { border-color: #DB2A87; }
span { border-color: rgb(219,42,135); }
td.TdClassName
{
border-color: #DB2A87;
}
.TagClassName
{
border-color: #DB2A87;
}
</style>