Shades of Deep Cerise #DB219F
Tints of Deep Cerise #DB219F
RGB
CMYK
RGB Variations
Color information
#DB219F (or 0xDB219F) is known color: Deep Cerise. HEX triplet: DB, 21 and 9F. RGB value is (219,33,159). Sum of RGB (Red+Green+Blue) = 219+33+159=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB219F is #24DE60. Grayscale: #666666. Windows color (decimal): -2416225 or 10428891. OLE color: 10428891.
HSL color Cylindrical-coordinate representation of color #DB219F: hue angle of 319.35º degrees, saturation: 0.74, 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 #DB219F is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 159 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.14 |
| HSL | 319.35º | 0.74% | 0.49% | - |
| HSV(B) | 319.35º | 0.85% | 0.86% | - |
| XYZ | 36.02 | 18.65 | 34.5 | - |
| YUV | 102.98 | 159.62 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 159 | 0 | 0.85 | 0.27 | 0.14 | 319.35 | 0.74 | 0.49 |
| Hex | DB | 21 | 9F | 0 | 55 | 1B | E | 13F | 4A | 31 |
| Octal | 333 | 41 | 237 | 0 | 125 | 33 | 16 | 477 | 112 | 61 |
| Binary | 11011011 | 100001 | 10011111 | 0 | 1010101 | 11011 | 1110 | 100111111 | 1001010 | 110001 |
Color Harmonies of #DB219F
Complementary color
Monochromatic Colors of #DB219F
Black with #DB219F
Text Example
Text Example
White with #DB219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB219F; }
p { color: rgb(219,33,159); }
H1.HeaderClassName
{
color: #DB219F;
}
.AnyTagClassName
{
color: #DB219F;
}
</style>
background-color css
<style>
a { background-color: #DB219F; }
a { background-color: rgb(219,33,159); }
div.DivClassName
{
background-color: #DB219F;
}
.BgClassName
{
background-color: #DB219F;
}
</style>
border-color css
<style>
span { border-color: #DB219F; }
span { border-color: rgb(219,33,159); }
td.TdClassName
{
border-color: #DB219F;
}
.TagClassName
{
border-color: #DB219F;
}
</style>