Shades of Deep Cerise #DB3896
Tints of Deep Cerise #DB3896
RGB
CMYK
RGB Variations
Color information
#DB3896 (or 0xDB3896) is known color: Deep Cerise. HEX triplet: DB, 38 and 96. RGB value is (219,56,150). Sum of RGB (Red+Green+Blue) = 219+56+150=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3896 is #24C769. Grayscale: #737373. Windows color (decimal): -2410346 or 9844955. OLE color: 9844955.
HSL color Cylindrical-coordinate representation of color #DB3896: hue angle of 325.4º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3896 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 150 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.14 |
| HSL | 325.4º | 0.69% | 0.54% | - |
| HSV(B) | 325.4º | 0.74% | 0.86% | - |
| XYZ | 36.13 | 20.09 | 30.83 | - |
| YUV | 115.45 | 147.5 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 150 | 0 | 0.74 | 0.32 | 0.14 | 325.4 | 0.69 | 0.54 |
| Hex | DB | 38 | 96 | 0 | 4A | 20 | E | 145 | 45 | 36 |
| Octal | 333 | 70 | 226 | 0 | 112 | 40 | 16 | 505 | 105 | 66 |
| Binary | 11011011 | 111000 | 10010110 | 0 | 1001010 | 100000 | 1110 | 101000101 | 1000101 | 110110 |
Color Harmonies of #DB3896
Complementary color
Monochromatic Colors of #DB3896
Black with #DB3896
Text Example
Text Example
White with #DB3896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3896; }
p { color: rgb(219,56,150); }
H1.HeaderClassName
{
color: #DB3896;
}
.AnyTagClassName
{
color: #DB3896;
}
</style>
background-color css
<style>
a { background-color: #DB3896; }
a { background-color: rgb(219,56,150); }
div.DivClassName
{
background-color: #DB3896;
}
.BgClassName
{
background-color: #DB3896;
}
</style>
border-color css
<style>
span { border-color: #DB3896; }
span { border-color: rgb(219,56,150); }
td.TdClassName
{
border-color: #DB3896;
}
.TagClassName
{
border-color: #DB3896;
}
</style>