Shades of Deep Cerise #DB2A96
Tints of Deep Cerise #DB2A96
RGB
CMYK
RGB Variations
Color information
#DB2A96 (or 0xDB2A96) is known color: Deep Cerise. HEX triplet: DB, 2A and 96. RGB value is (219,42,150). Sum of RGB (Red+Green+Blue) = 219+42+150=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2A96 is #24D569. Grayscale: #6A6A6A. Windows color (decimal): -2413930 or 9841371. OLE color: 9841371.
HSL color Cylindrical-coordinate representation of color #DB2A96: hue angle of 323.39º 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 #DB2A96 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 150 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.14 |
| HSL | 323.39º | 0.71% | 0.51% | - |
| HSV(B) | 323.39º | 0.81% | 0.86% | - |
| XYZ | 35.55 | 18.92 | 30.63 | - |
| YUV | 107.24 | 152.14 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 150 | 0 | 0.81 | 0.32 | 0.14 | 323.39 | 0.71 | 0.51 |
| Hex | DB | 2A | 96 | 0 | 51 | 20 | E | 143 | 47 | 33 |
| Octal | 333 | 52 | 226 | 0 | 121 | 40 | 16 | 503 | 107 | 63 |
| Binary | 11011011 | 101010 | 10010110 | 0 | 1010001 | 100000 | 1110 | 101000011 | 1000111 | 110011 |
Color Harmonies of #DB2A96
Complementary color
Monochromatic Colors of #DB2A96
Black with #DB2A96
Text Example
Text Example
White with #DB2A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A96; }
p { color: rgb(219,42,150); }
H1.HeaderClassName
{
color: #DB2A96;
}
.AnyTagClassName
{
color: #DB2A96;
}
</style>
background-color css
<style>
a { background-color: #DB2A96; }
a { background-color: rgb(219,42,150); }
div.DivClassName
{
background-color: #DB2A96;
}
.BgClassName
{
background-color: #DB2A96;
}
</style>
border-color css
<style>
span { border-color: #DB2A96; }
span { border-color: rgb(219,42,150); }
td.TdClassName
{
border-color: #DB2A96;
}
.TagClassName
{
border-color: #DB2A96;
}
</style>