Shades of Deep Cerise #DB40A6
Tints of Deep Cerise #DB40A6
RGB
CMYK
RGB Variations
Color information
#DB40A6 (or 0xDB40A6) is known color: Deep Cerise. HEX triplet: DB, 40 and A6. RGB value is (219,64,166). Sum of RGB (Red+Green+Blue) = 219+64+166=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB40A6 is #24BF59. Grayscale: #797979. Windows color (decimal): -2408282 or 10895579. OLE color: 10895579.
HSL color Cylindrical-coordinate representation of color #DB40A6: hue angle of 320.52º 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 #DB40A6 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 166 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.14 |
| HSL | 320.52º | 0.68% | 0.55% | - |
| HSV(B) | 320.52º | 0.71% | 0.86% | - |
| XYZ | 37.93 | 21.48 | 38.22 | - |
| YUV | 121.97 | 152.85 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 166 | 0 | 0.71 | 0.24 | 0.14 | 320.52 | 0.68 | 0.55 |
| Hex | DB | 40 | A6 | 0 | 47 | 18 | E | 141 | 44 | 37 |
| Octal | 333 | 100 | 246 | 0 | 107 | 30 | 16 | 501 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10100110 | 0 | 1000111 | 11000 | 1110 | 101000001 | 1000100 | 110111 |
Color Harmonies of #DB40A6
Complementary color
Monochromatic Colors of #DB40A6
Black with #DB40A6
Text Example
Text Example
White with #DB40A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40A6; }
p { color: rgb(219,64,166); }
H1.HeaderClassName
{
color: #DB40A6;
}
.AnyTagClassName
{
color: #DB40A6;
}
</style>
background-color css
<style>
a { background-color: #DB40A6; }
a { background-color: rgb(219,64,166); }
div.DivClassName
{
background-color: #DB40A6;
}
.BgClassName
{
background-color: #DB40A6;
}
</style>
border-color css
<style>
span { border-color: #DB40A6; }
span { border-color: rgb(219,64,166); }
td.TdClassName
{
border-color: #DB40A6;
}
.TagClassName
{
border-color: #DB40A6;
}
</style>