Shades of Deep Cerise #DB219D
Tints of Deep Cerise #DB219D
RGB
CMYK
RGB Variations
Color information
#DB219D (or 0xDB219D) is known color: Deep Cerise. HEX triplet: DB, 21 and 9D. RGB value is (219,33,157). Sum of RGB (Red+Green+Blue) = 219+33+157=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB219D is #24DE62. Grayscale: #666666. Windows color (decimal): -2416227 or 10297819. OLE color: 10297819.
HSL color Cylindrical-coordinate representation of color #DB219D: hue angle of 320º 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 #DB219D is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 157 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.14 |
| HSL | 320º | 0.74% | 0.49% | - |
| HSV(B) | 320º | 0.85% | 0.86% | - |
| XYZ | 35.84 | 18.58 | 33.6 | - |
| YUV | 102.75 | 158.62 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 157 | 0 | 0.85 | 0.28 | 0.14 | 320 | 0.74 | 0.49 |
| Hex | DB | 21 | 9D | 0 | 55 | 1C | E | 140 | 4A | 31 |
| Octal | 333 | 41 | 235 | 0 | 125 | 34 | 16 | 500 | 112 | 61 |
| Binary | 11011011 | 100001 | 10011101 | 0 | 1010101 | 11100 | 1110 | 101000000 | 1001010 | 110001 |
Color Harmonies of #DB219D
Complementary color
Monochromatic Colors of #DB219D
Black with #DB219D
Text Example
Text Example
White with #DB219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB219D; }
p { color: rgb(219,33,157); }
H1.HeaderClassName
{
color: #DB219D;
}
.AnyTagClassName
{
color: #DB219D;
}
</style>
background-color css
<style>
a { background-color: #DB219D; }
a { background-color: rgb(219,33,157); }
div.DivClassName
{
background-color: #DB219D;
}
.BgClassName
{
background-color: #DB219D;
}
</style>
border-color css
<style>
span { border-color: #DB219D; }
span { border-color: rgb(219,33,157); }
td.TdClassName
{
border-color: #DB219D;
}
.TagClassName
{
border-color: #DB219D;
}
</style>