Shades of Deep Cerise #DB2788
Tints of Deep Cerise #DB2788
RGB
CMYK
RGB Variations
Color information
#DB2788 (or 0xDB2788) is known color: Deep Cerise. HEX triplet: DB, 27 and 88. RGB value is (219,39,136). Sum of RGB (Red+Green+Blue) = 219+39+136=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2788 is #24D877. Grayscale: #676767. Windows color (decimal): -2414712 or 8923099. OLE color: 8923099.
HSL color Cylindrical-coordinate representation of color #DB2788: hue angle of 327.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2788 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 136 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.14 |
| HSL | 327.67º | 0.71% | 0.51% | - |
| HSV(B) | 327.67º | 0.82% | 0.86% | - |
| XYZ | 34.38 | 18.29 | 25.01 | - |
| YUV | 103.88 | 146.13 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 136 | 0 | 0.82 | 0.38 | 0.14 | 327.67 | 0.71 | 0.51 |
| Hex | DB | 27 | 88 | 0 | 52 | 26 | E | 148 | 47 | 33 |
| Octal | 333 | 47 | 210 | 0 | 122 | 46 | 16 | 510 | 107 | 63 |
| Binary | 11011011 | 100111 | 10001000 | 0 | 1010010 | 100110 | 1110 | 101001000 | 1000111 | 110011 |
Color Harmonies of #DB2788
Complementary color
Monochromatic Colors of #DB2788
Black with #DB2788
Text Example
Text Example
White with #DB2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2788; }
p { color: rgb(219,39,136); }
H1.HeaderClassName
{
color: #DB2788;
}
.AnyTagClassName
{
color: #DB2788;
}
</style>
background-color css
<style>
a { background-color: #DB2788; }
a { background-color: rgb(219,39,136); }
div.DivClassName
{
background-color: #DB2788;
}
.BgClassName
{
background-color: #DB2788;
}
</style>
border-color css
<style>
span { border-color: #DB2788; }
span { border-color: rgb(219,39,136); }
td.TdClassName
{
border-color: #DB2788;
}
.TagClassName
{
border-color: #DB2788;
}
</style>