Shades of Deep Cerise #DB40A5
Tints of Deep Cerise #DB40A5
RGB
CMYK
RGB Variations
Color information
#DB40A5 (or 0xDB40A5) is known color: Deep Cerise. HEX triplet: DB, 40 and A5. RGB value is (219,64,165). Sum of RGB (Red+Green+Blue) = 219+64+165=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB40A5 is #24BF5A. Grayscale: #797979. Windows color (decimal): -2408283 or 10830043. OLE color: 10830043.
HSL color Cylindrical-coordinate representation of color #DB40A5: hue angle of 320.9º 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 #DB40A5 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 165 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.14 |
| HSL | 320.9º | 0.68% | 0.55% | - |
| HSV(B) | 320.9º | 0.71% | 0.86% | - |
| XYZ | 37.84 | 21.44 | 37.74 | - |
| YUV | 121.86 | 152.35 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 165 | 0 | 0.71 | 0.25 | 0.14 | 320.9 | 0.68 | 0.55 |
| Hex | DB | 40 | A5 | 0 | 47 | 19 | E | 141 | 44 | 37 |
| Octal | 333 | 100 | 245 | 0 | 107 | 31 | 16 | 501 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10100101 | 0 | 1000111 | 11001 | 1110 | 101000001 | 1000100 | 110111 |
Color Harmonies of #DB40A5
Complementary color
Monochromatic Colors of #DB40A5
Black with #DB40A5
Text Example
Text Example
White with #DB40A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40A5; }
p { color: rgb(219,64,165); }
H1.HeaderClassName
{
color: #DB40A5;
}
.AnyTagClassName
{
color: #DB40A5;
}
</style>
background-color css
<style>
a { background-color: #DB40A5; }
a { background-color: rgb(219,64,165); }
div.DivClassName
{
background-color: #DB40A5;
}
.BgClassName
{
background-color: #DB40A5;
}
</style>
border-color css
<style>
span { border-color: #DB40A5; }
span { border-color: rgb(219,64,165); }
td.TdClassName
{
border-color: #DB40A5;
}
.TagClassName
{
border-color: #DB40A5;
}
</style>