Shades of Deep Cerise #DB209B
Tints of Deep Cerise #DB209B
RGB
CMYK
RGB Variations
Color information
#DB209B (or 0xDB209B) is known color: Deep Cerise. HEX triplet: DB, 20 and 9B. RGB value is (219,32,155). Sum of RGB (Red+Green+Blue) = 219+32+155=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB209B is #24DF64. Grayscale: #656565. Windows color (decimal): -2416485 or 10166491. OLE color: 10166491.
HSL color Cylindrical-coordinate representation of color #DB209B: hue angle of 320.53º 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 #DB209B is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 155 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.14 |
| HSL | 320.53º | 0.75% | 0.49% | - |
| HSV(B) | 320.53º | 0.85% | 0.86% | - |
| XYZ | 35.65 | 18.46 | 32.69 | - |
| YUV | 101.94 | 157.95 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 155 | 0 | 0.85 | 0.29 | 0.14 | 320.53 | 0.75 | 0.49 |
| Hex | DB | 20 | 9B | 0 | 55 | 1D | E | 141 | 4B | 31 |
| Octal | 333 | 40 | 233 | 0 | 125 | 35 | 16 | 501 | 113 | 61 |
| Binary | 11011011 | 100000 | 10011011 | 0 | 1010101 | 11101 | 1110 | 101000001 | 1001011 | 110001 |
Color Harmonies of #DB209B
Complementary color
Monochromatic Colors of #DB209B
Black with #DB209B
Text Example
Text Example
White with #DB209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB209B; }
p { color: rgb(219,32,155); }
H1.HeaderClassName
{
color: #DB209B;
}
.AnyTagClassName
{
color: #DB209B;
}
</style>
background-color css
<style>
a { background-color: #DB209B; }
a { background-color: rgb(219,32,155); }
div.DivClassName
{
background-color: #DB209B;
}
.BgClassName
{
background-color: #DB209B;
}
</style>
border-color css
<style>
span { border-color: #DB209B; }
span { border-color: rgb(219,32,155); }
td.TdClassName
{
border-color: #DB209B;
}
.TagClassName
{
border-color: #DB209B;
}
</style>