Shades of Deep Cerise #DB2996
Tints of Deep Cerise #DB2996
RGB
CMYK
RGB Variations
Color information
#DB2996 (or 0xDB2996) is known color: Deep Cerise. HEX triplet: DB, 29 and 96. RGB value is (219,41,150). Sum of RGB (Red+Green+Blue) = 219+41+150=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2996 is #24D669. Grayscale: #6A6A6A. Windows color (decimal): -2414186 or 9841115. OLE color: 9841115.
HSL color Cylindrical-coordinate representation of color #DB2996: hue angle of 323.26º 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 #DB2996 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 150 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.14 |
| HSL | 323.26º | 0.71% | 0.51% | - |
| HSV(B) | 323.26º | 0.81% | 0.86% | - |
| XYZ | 35.51 | 18.85 | 30.62 | - |
| YUV | 106.65 | 152.47 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 150 | 0 | 0.81 | 0.32 | 0.14 | 323.26 | 0.71 | 0.51 |
| Hex | DB | 29 | 96 | 0 | 51 | 20 | E | 143 | 47 | 33 |
| Octal | 333 | 51 | 226 | 0 | 121 | 40 | 16 | 503 | 107 | 63 |
| Binary | 11011011 | 101001 | 10010110 | 0 | 1010001 | 100000 | 1110 | 101000011 | 1000111 | 110011 |
Color Harmonies of #DB2996
Complementary color
Monochromatic Colors of #DB2996
Black with #DB2996
Text Example
Text Example
White with #DB2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2996; }
p { color: rgb(219,41,150); }
H1.HeaderClassName
{
color: #DB2996;
}
.AnyTagClassName
{
color: #DB2996;
}
</style>
background-color css
<style>
a { background-color: #DB2996; }
a { background-color: rgb(219,41,150); }
div.DivClassName
{
background-color: #DB2996;
}
.BgClassName
{
background-color: #DB2996;
}
</style>
border-color css
<style>
span { border-color: #DB2996; }
span { border-color: rgb(219,41,150); }
td.TdClassName
{
border-color: #DB2996;
}
.TagClassName
{
border-color: #DB2996;
}
</style>