Shades of Deep Cerise #DB209F
Tints of Deep Cerise #DB209F
RGB
CMYK
RGB Variations
Color information
#DB209F (or 0xDB209F) is known color: Deep Cerise. HEX triplet: DB, 20 and 9F. RGB value is (219,32,159). Sum of RGB (Red+Green+Blue) = 219+32+159=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB209F is #24DF60. Grayscale: #666666. Windows color (decimal): -2416481 or 10428635. OLE color: 10428635.
HSL color Cylindrical-coordinate representation of color #DB209F: hue angle of 319.25º 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 #DB209F is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 159 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.14 |
| HSL | 319.25º | 0.75% | 0.49% | - |
| HSV(B) | 319.25º | 0.85% | 0.86% | - |
| XYZ | 35.99 | 18.6 | 34.49 | - |
| YUV | 102.39 | 159.95 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 159 | 0 | 0.85 | 0.27 | 0.14 | 319.25 | 0.75 | 0.49 |
| Hex | DB | 20 | 9F | 0 | 55 | 1B | E | 13F | 4B | 31 |
| Octal | 333 | 40 | 237 | 0 | 125 | 33 | 16 | 477 | 113 | 61 |
| Binary | 11011011 | 100000 | 10011111 | 0 | 1010101 | 11011 | 1110 | 100111111 | 1001011 | 110001 |
Color Harmonies of #DB209F
Complementary color
Monochromatic Colors of #DB209F
Black with #DB209F
Text Example
Text Example
White with #DB209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB209F; }
p { color: rgb(219,32,159); }
H1.HeaderClassName
{
color: #DB209F;
}
.AnyTagClassName
{
color: #DB209F;
}
</style>
background-color css
<style>
a { background-color: #DB209F; }
a { background-color: rgb(219,32,159); }
div.DivClassName
{
background-color: #DB209F;
}
.BgClassName
{
background-color: #DB209F;
}
</style>
border-color css
<style>
span { border-color: #DB209F; }
span { border-color: rgb(219,32,159); }
td.TdClassName
{
border-color: #DB209F;
}
.TagClassName
{
border-color: #DB209F;
}
</style>