Shades of Deep Cerise #DB209D
Tints of Deep Cerise #DB209D
RGB
CMYK
RGB Variations
Color information
#DB209D (or 0xDB209D) is known color: Deep Cerise. HEX triplet: DB, 20 and 9D. RGB value is (219,32,157). Sum of RGB (Red+Green+Blue) = 219+32+157=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB209D is #24DF62. Grayscale: #656565. Windows color (decimal): -2416483 or 10297563. OLE color: 10297563.
HSL color Cylindrical-coordinate representation of color #DB209D: hue angle of 319.89º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB209D is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 157 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.14 |
| HSL | 319.89º | 0.75% | 0.49% | - |
| HSV(B) | 319.89º | 0.85% | 0.86% | - |
| XYZ | 35.82 | 18.53 | 33.59 | - |
| YUV | 102.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 157 | 0 | 0.85 | 0.28 | 0.14 | 319.89 | 0.75 | 0.49 |
| Hex | DB | 20 | 9D | 0 | 55 | 1C | E | 140 | 4B | 31 |
| Octal | 333 | 40 | 235 | 0 | 125 | 34 | 16 | 500 | 113 | 61 |
| Binary | 11011011 | 100000 | 10011101 | 0 | 1010101 | 11100 | 1110 | 101000000 | 1001011 | 110001 |
Color Harmonies of #DB209D
Complementary color
Monochromatic Colors of #DB209D
Black with #DB209D
Text Example
Text Example
White with #DB209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB209D; }
p { color: rgb(219,32,157); }
H1.HeaderClassName
{
color: #DB209D;
}
.AnyTagClassName
{
color: #DB209D;
}
</style>
background-color css
<style>
a { background-color: #DB209D; }
a { background-color: rgb(219,32,157); }
div.DivClassName
{
background-color: #DB209D;
}
.BgClassName
{
background-color: #DB209D;
}
</style>
border-color css
<style>
span { border-color: #DB209D; }
span { border-color: rgb(219,32,157); }
td.TdClassName
{
border-color: #DB209D;
}
.TagClassName
{
border-color: #DB209D;
}
</style>