Shades of Deep Cerise #DB3CA6
Tints of Deep Cerise #DB3CA6
RGB
CMYK
RGB Variations
Color information
#DB3CA6 (or 0xDB3CA6) is known color: Deep Cerise. HEX triplet: DB, 3C and A6. RGB value is (219,60,166). Sum of RGB (Red+Green+Blue) = 219+60+166=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3CA6 is #24C359. Grayscale: #777777. Windows color (decimal): -2409306 or 10894555. OLE color: 10894555.
HSL color Cylindrical-coordinate representation of color #DB3CA6: hue angle of 320º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3CA6 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 166 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.14 |
| HSL | 320º | 0.69% | 0.55% | - |
| HSV(B) | 320º | 0.73% | 0.86% | - |
| XYZ | 37.71 | 21.04 | 38.15 | - |
| YUV | 119.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 166 | 0 | 0.73 | 0.24 | 0.14 | 320 | 0.69 | 0.55 |
| Hex | DB | 3C | A6 | 0 | 49 | 18 | E | 140 | 45 | 37 |
| Octal | 333 | 74 | 246 | 0 | 111 | 30 | 16 | 500 | 105 | 67 |
| Binary | 11011011 | 111100 | 10100110 | 0 | 1001001 | 11000 | 1110 | 101000000 | 1000101 | 110111 |
Color Harmonies of #DB3CA6
Complementary color
Monochromatic Colors of #DB3CA6
Black with #DB3CA6
Text Example
Text Example
White with #DB3CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CA6; }
p { color: rgb(219,60,166); }
H1.HeaderClassName
{
color: #DB3CA6;
}
.AnyTagClassName
{
color: #DB3CA6;
}
</style>
background-color css
<style>
a { background-color: #DB3CA6; }
a { background-color: rgb(219,60,166); }
div.DivClassName
{
background-color: #DB3CA6;
}
.BgClassName
{
background-color: #DB3CA6;
}
</style>
border-color css
<style>
span { border-color: #DB3CA6; }
span { border-color: rgb(219,60,166); }
td.TdClassName
{
border-color: #DB3CA6;
}
.TagClassName
{
border-color: #DB3CA6;
}
</style>