Shades of Deep Cerise #DB40A2
Tints of Deep Cerise #DB40A2
RGB
CMYK
RGB Variations
Color information
#DB40A2 (or 0xDB40A2) is known color: Deep Cerise. HEX triplet: DB, 40 and A2. RGB value is (219,64,162). Sum of RGB (Red+Green+Blue) = 219+64+162=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB40A2 is #24BF5D. Grayscale: #797979. Windows color (decimal): -2408286 or 10633435. OLE color: 10633435.
HSL color Cylindrical-coordinate representation of color #DB40A2: hue angle of 322.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB40A2 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 162 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.14 |
| HSL | 322.06º | 0.68% | 0.55% | - |
| HSV(B) | 322.06º | 0.71% | 0.86% | - |
| XYZ | 37.57 | 21.34 | 36.32 | - |
| YUV | 121.52 | 150.85 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 162 | 0 | 0.71 | 0.26 | 0.14 | 322.06 | 0.68 | 0.55 |
| Hex | DB | 40 | A2 | 0 | 47 | 1A | E | 142 | 44 | 37 |
| Octal | 333 | 100 | 242 | 0 | 107 | 32 | 16 | 502 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10100010 | 0 | 1000111 | 11010 | 1110 | 101000010 | 1000100 | 110111 |
Color Harmonies of #DB40A2
Complementary color
Monochromatic Colors of #DB40A2
Black with #DB40A2
Text Example
Text Example
White with #DB40A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40A2; }
p { color: rgb(219,64,162); }
H1.HeaderClassName
{
color: #DB40A2;
}
.AnyTagClassName
{
color: #DB40A2;
}
</style>
background-color css
<style>
a { background-color: #DB40A2; }
a { background-color: rgb(219,64,162); }
div.DivClassName
{
background-color: #DB40A2;
}
.BgClassName
{
background-color: #DB40A2;
}
</style>
border-color css
<style>
span { border-color: #DB40A2; }
span { border-color: rgb(219,64,162); }
td.TdClassName
{
border-color: #DB40A2;
}
.TagClassName
{
border-color: #DB40A2;
}
</style>