Shades of Deep Cerise #DB209C
Tints of Deep Cerise #DB209C
RGB
CMYK
RGB Variations
Color information
#DB209C (or 0xDB209C) is known color: Deep Cerise. HEX triplet: DB, 20 and 9C. RGB value is (219,32,156). Sum of RGB (Red+Green+Blue) = 219+32+156=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB209C is #24DF63. Grayscale: #656565. Windows color (decimal): -2416484 or 10232027. OLE color: 10232027.
HSL color Cylindrical-coordinate representation of color #DB209C: hue angle of 320.21º 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 #DB209C is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 156 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.14 |
| HSL | 320.21º | 0.75% | 0.49% | - |
| HSV(B) | 320.21º | 0.85% | 0.86% | - |
| XYZ | 35.73 | 18.49 | 33.14 | - |
| YUV | 102.05 | 158.45 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 156 | 0 | 0.85 | 0.29 | 0.14 | 320.21 | 0.75 | 0.49 |
| Hex | DB | 20 | 9C | 0 | 55 | 1D | E | 140 | 4B | 31 |
| Octal | 333 | 40 | 234 | 0 | 125 | 35 | 16 | 500 | 113 | 61 |
| Binary | 11011011 | 100000 | 10011100 | 0 | 1010101 | 11101 | 1110 | 101000000 | 1001011 | 110001 |
Color Harmonies of #DB209C
Complementary color
Monochromatic Colors of #DB209C
Black with #DB209C
Text Example
Text Example
White with #DB209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB209C; }
p { color: rgb(219,32,156); }
H1.HeaderClassName
{
color: #DB209C;
}
.AnyTagClassName
{
color: #DB209C;
}
</style>
background-color css
<style>
a { background-color: #DB209C; }
a { background-color: rgb(219,32,156); }
div.DivClassName
{
background-color: #DB209C;
}
.BgClassName
{
background-color: #DB209C;
}
</style>
border-color css
<style>
span { border-color: #DB209C; }
span { border-color: rgb(219,32,156); }
td.TdClassName
{
border-color: #DB209C;
}
.TagClassName
{
border-color: #DB209C;
}
</style>