Shades of Deep Cerise #DB409A
Tints of Deep Cerise #DB409A
RGB
CMYK
RGB Variations
Color information
#DB409A (or 0xDB409A) is known color: Deep Cerise. HEX triplet: DB, 40 and 9A. RGB value is (219,64,154). Sum of RGB (Red+Green+Blue) = 219+64+154=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB409A is #24BF65. Grayscale: #787878. Windows color (decimal): -2408294 or 10109147. OLE color: 10109147.
HSL color Cylindrical-coordinate representation of color #DB409A: hue angle of 325.16º 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 #DB409A is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 154 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.14 |
| HSL | 325.16º | 0.68% | 0.55% | - |
| HSV(B) | 325.16º | 0.71% | 0.86% | - |
| XYZ | 36.88 | 21.06 | 32.69 | - |
| YUV | 120.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 154 | 0 | 0.71 | 0.30 | 0.14 | 325.16 | 0.68 | 0.55 |
| Hex | DB | 40 | 9A | 0 | 47 | 1E | E | 145 | 44 | 37 |
| Octal | 333 | 100 | 232 | 0 | 107 | 36 | 16 | 505 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10011010 | 0 | 1000111 | 11110 | 1110 | 101000101 | 1000100 | 110111 |
Color Harmonies of #DB409A
Complementary color
Monochromatic Colors of #DB409A
Black with #DB409A
Text Example
Text Example
White with #DB409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB409A; }
p { color: rgb(219,64,154); }
H1.HeaderClassName
{
color: #DB409A;
}
.AnyTagClassName
{
color: #DB409A;
}
</style>
background-color css
<style>
a { background-color: #DB409A; }
a { background-color: rgb(219,64,154); }
div.DivClassName
{
background-color: #DB409A;
}
.BgClassName
{
background-color: #DB409A;
}
</style>
border-color css
<style>
span { border-color: #DB409A; }
span { border-color: rgb(219,64,154); }
td.TdClassName
{
border-color: #DB409A;
}
.TagClassName
{
border-color: #DB409A;
}
</style>