Shades of Deep Cerise #DB3EAB
Tints of Deep Cerise #DB3EAB
RGB
CMYK
RGB Variations
Color information
#DB3EAB (or 0xDB3EAB) is known color: Deep Cerise. HEX triplet: DB, 3E and AB. RGB value is (219,62,171). Sum of RGB (Red+Green+Blue) = 219+62+171=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3EAB is #24C154. Grayscale: #797979. Windows color (decimal): -2408789 or 11222747. OLE color: 11222747.
HSL color Cylindrical-coordinate representation of color #DB3EAB: hue angle of 318.34º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3EAB is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 171 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.14 |
| HSL | 318.34º | 0.69% | 0.55% | - |
| HSV(B) | 318.34º | 0.72% | 0.86% | - |
| XYZ | 38.29 | 21.45 | 40.65 | - |
| YUV | 121.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 171 | 0 | 0.72 | 0.22 | 0.14 | 318.34 | 0.69 | 0.55 |
| Hex | DB | 3E | AB | 0 | 48 | 16 | E | 13E | 45 | 37 |
| Octal | 333 | 76 | 253 | 0 | 110 | 26 | 16 | 476 | 105 | 67 |
| Binary | 11011011 | 111110 | 10101011 | 0 | 1001000 | 10110 | 1110 | 100111110 | 1000101 | 110111 |
Color Harmonies of #DB3EAB
Complementary color
Monochromatic Colors of #DB3EAB
Black with #DB3EAB
Text Example
Text Example
White with #DB3EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EAB; }
p { color: rgb(219,62,171); }
H1.HeaderClassName
{
color: #DB3EAB;
}
.AnyTagClassName
{
color: #DB3EAB;
}
</style>
background-color css
<style>
a { background-color: #DB3EAB; }
a { background-color: rgb(219,62,171); }
div.DivClassName
{
background-color: #DB3EAB;
}
.BgClassName
{
background-color: #DB3EAB;
}
</style>
border-color css
<style>
span { border-color: #DB3EAB; }
span { border-color: rgb(219,62,171); }
td.TdClassName
{
border-color: #DB3EAB;
}
.TagClassName
{
border-color: #DB3EAB;
}
</style>