Shades of Deep Cerise #DB3EA0
Tints of Deep Cerise #DB3EA0
RGB
CMYK
RGB Variations
Color information
#DB3EA0 (or 0xDB3EA0) is known color: Deep Cerise. HEX triplet: DB, 3E and A0. RGB value is (219,62,160). Sum of RGB (Red+Green+Blue) = 219+62+160=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3EA0 is #24C15F. Grayscale: #777777. Windows color (decimal): -2408800 or 10501851. OLE color: 10501851.
HSL color Cylindrical-coordinate representation of color #DB3EA0: hue angle of 322.55º 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 #DB3EA0 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 160 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.14 |
| HSL | 322.55º | 0.69% | 0.55% | - |
| HSV(B) | 322.55º | 0.72% | 0.86% | - |
| XYZ | 37.28 | 21.04 | 35.35 | - |
| YUV | 120.12 | 150.51 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 160 | 0 | 0.72 | 0.27 | 0.14 | 322.55 | 0.69 | 0.55 |
| Hex | DB | 3E | A0 | 0 | 48 | 1B | E | 143 | 45 | 37 |
| Octal | 333 | 76 | 240 | 0 | 110 | 33 | 16 | 503 | 105 | 67 |
| Binary | 11011011 | 111110 | 10100000 | 0 | 1001000 | 11011 | 1110 | 101000011 | 1000101 | 110111 |
Color Harmonies of #DB3EA0
Complementary color
Monochromatic Colors of #DB3EA0
Black with #DB3EA0
Text Example
Text Example
White with #DB3EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EA0; }
p { color: rgb(219,62,160); }
H1.HeaderClassName
{
color: #DB3EA0;
}
.AnyTagClassName
{
color: #DB3EA0;
}
</style>
background-color css
<style>
a { background-color: #DB3EA0; }
a { background-color: rgb(219,62,160); }
div.DivClassName
{
background-color: #DB3EA0;
}
.BgClassName
{
background-color: #DB3EA0;
}
</style>
border-color css
<style>
span { border-color: #DB3EA0; }
span { border-color: rgb(219,62,160); }
td.TdClassName
{
border-color: #DB3EA0;
}
.TagClassName
{
border-color: #DB3EA0;
}
</style>