Shades of Deep Cerise #DB409D
Tints of Deep Cerise #DB409D
RGB
CMYK
RGB Variations
Color information
#DB409D (or 0xDB409D) is known color: Deep Cerise. HEX triplet: DB, 40 and 9D. RGB value is (219,64,157). Sum of RGB (Red+Green+Blue) = 219+64+157=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB409D is #24BF62. Grayscale: #787878. Windows color (decimal): -2408291 or 10305755. OLE color: 10305755.
HSL color Cylindrical-coordinate representation of color #DB409D: hue angle of 324º 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 #DB409D is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 157 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.14 |
| HSL | 324º | 0.68% | 0.55% | - |
| HSV(B) | 324º | 0.71% | 0.86% | - |
| XYZ | 37.13 | 21.16 | 34.03 | - |
| YUV | 120.95 | 148.35 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 157 | 0 | 0.71 | 0.28 | 0.14 | 324 | 0.68 | 0.55 |
| Hex | DB | 40 | 9D | 0 | 47 | 1C | E | 144 | 44 | 37 |
| Octal | 333 | 100 | 235 | 0 | 107 | 34 | 16 | 504 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10011101 | 0 | 1000111 | 11100 | 1110 | 101000100 | 1000100 | 110111 |
Color Harmonies of #DB409D
Complementary color
Monochromatic Colors of #DB409D
Black with #DB409D
Text Example
Text Example
White with #DB409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB409D; }
p { color: rgb(219,64,157); }
H1.HeaderClassName
{
color: #DB409D;
}
.AnyTagClassName
{
color: #DB409D;
}
</style>
background-color css
<style>
a { background-color: #DB409D; }
a { background-color: rgb(219,64,157); }
div.DivClassName
{
background-color: #DB409D;
}
.BgClassName
{
background-color: #DB409D;
}
</style>
border-color css
<style>
span { border-color: #DB409D; }
span { border-color: rgb(219,64,157); }
td.TdClassName
{
border-color: #DB409D;
}
.TagClassName
{
border-color: #DB409D;
}
</style>