Shades of Deep Cerise #DB4496
Tints of Deep Cerise #DB4496
RGB
CMYK
RGB Variations
Color information
#DB4496 (or 0xDB4496) is known color: Deep Cerise. HEX triplet: DB, 44 and 96. RGB value is (219,68,150). Sum of RGB (Red+Green+Blue) = 219+68+150=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4496 is #24BB69. Grayscale: #7A7A7A. Windows color (decimal): -2407274 or 9848027. OLE color: 9848027.
HSL color Cylindrical-coordinate representation of color #DB4496: hue angle of 327.42º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4496 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 150 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.14 |
| HSL | 327.42º | 0.68% | 0.56% | - |
| HSV(B) | 327.42º | 0.69% | 0.86% | - |
| XYZ | 36.79 | 21.4 | 31.05 | - |
| YUV | 122.5 | 143.53 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 150 | 0 | 0.69 | 0.32 | 0.14 | 327.42 | 0.68 | 0.56 |
| Hex | DB | 44 | 96 | 0 | 45 | 20 | E | 147 | 44 | 38 |
| Octal | 333 | 104 | 226 | 0 | 105 | 40 | 16 | 507 | 104 | 70 |
| Binary | 11011011 | 1000100 | 10010110 | 0 | 1000101 | 100000 | 1110 | 101000111 | 1000100 | 111000 |
Color Harmonies of #DB4496
Complementary color
Monochromatic Colors of #DB4496
Black with #DB4496
Text Example
Text Example
White with #DB4496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4496; }
p { color: rgb(219,68,150); }
H1.HeaderClassName
{
color: #DB4496;
}
.AnyTagClassName
{
color: #DB4496;
}
</style>
background-color css
<style>
a { background-color: #DB4496; }
a { background-color: rgb(219,68,150); }
div.DivClassName
{
background-color: #DB4496;
}
.BgClassName
{
background-color: #DB4496;
}
</style>
border-color css
<style>
span { border-color: #DB4496; }
span { border-color: rgb(219,68,150); }
td.TdClassName
{
border-color: #DB4496;
}
.TagClassName
{
border-color: #DB4496;
}
</style>