Shades of Deep Cerise #DB3CA2
Tints of Deep Cerise #DB3CA2
RGB
CMYK
RGB Variations
Color information
#DB3CA2 (or 0xDB3CA2) is known color: Deep Cerise. HEX triplet: DB, 3C and A2. RGB value is (219,60,162). Sum of RGB (Red+Green+Blue) = 219+60+162=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3CA2 is #24C35D. Grayscale: #767676. Windows color (decimal): -2409310 or 10632411. OLE color: 10632411.
HSL color Cylindrical-coordinate representation of color #DB3CA2: hue angle of 321.51º 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 #DB3CA2 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 162 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.14 |
| HSL | 321.51º | 0.69% | 0.55% | - |
| HSV(B) | 321.51º | 0.73% | 0.86% | - |
| XYZ | 37.35 | 20.9 | 36.25 | - |
| YUV | 119.17 | 152.18 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 162 | 0 | 0.73 | 0.26 | 0.14 | 321.51 | 0.69 | 0.55 |
| Hex | DB | 3C | A2 | 0 | 49 | 1A | E | 142 | 45 | 37 |
| Octal | 333 | 74 | 242 | 0 | 111 | 32 | 16 | 502 | 105 | 67 |
| Binary | 11011011 | 111100 | 10100010 | 0 | 1001001 | 11010 | 1110 | 101000010 | 1000101 | 110111 |
Color Harmonies of #DB3CA2
Complementary color
Monochromatic Colors of #DB3CA2
Black with #DB3CA2
Text Example
Text Example
White with #DB3CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CA2; }
p { color: rgb(219,60,162); }
H1.HeaderClassName
{
color: #DB3CA2;
}
.AnyTagClassName
{
color: #DB3CA2;
}
</style>
background-color css
<style>
a { background-color: #DB3CA2; }
a { background-color: rgb(219,60,162); }
div.DivClassName
{
background-color: #DB3CA2;
}
.BgClassName
{
background-color: #DB3CA2;
}
</style>
border-color css
<style>
span { border-color: #DB3CA2; }
span { border-color: rgb(219,60,162); }
td.TdClassName
{
border-color: #DB3CA2;
}
.TagClassName
{
border-color: #DB3CA2;
}
</style>