Shades of Deep Cerise #DB209A
Tints of Deep Cerise #DB209A
RGB
CMYK
RGB Variations
Color information
#DB209A (or 0xDB209A) is known color: Deep Cerise. HEX triplet: DB, 20 and 9A. RGB value is (219,32,154). Sum of RGB (Red+Green+Blue) = 219+32+154=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB209A is #24DF65. Grayscale: #656565. Windows color (decimal): -2416486 or 10100955. OLE color: 10100955.
HSL color Cylindrical-coordinate representation of color #DB209A: hue angle of 320.86º 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 #DB209A is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 154 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.14 |
| HSL | 320.86º | 0.75% | 0.49% | - |
| HSV(B) | 320.86º | 0.85% | 0.86% | - |
| XYZ | 35.56 | 18.43 | 32.25 | - |
| YUV | 101.82 | 157.45 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 154 | 0 | 0.85 | 0.30 | 0.14 | 320.86 | 0.75 | 0.49 |
| Hex | DB | 20 | 9A | 0 | 55 | 1E | E | 141 | 4B | 31 |
| Octal | 333 | 40 | 232 | 0 | 125 | 36 | 16 | 501 | 113 | 61 |
| Binary | 11011011 | 100000 | 10011010 | 0 | 1010101 | 11110 | 1110 | 101000001 | 1001011 | 110001 |
Color Harmonies of #DB209A
Complementary color
Monochromatic Colors of #DB209A
Black with #DB209A
Text Example
Text Example
White with #DB209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB209A; }
p { color: rgb(219,32,154); }
H1.HeaderClassName
{
color: #DB209A;
}
.AnyTagClassName
{
color: #DB209A;
}
</style>
background-color css
<style>
a { background-color: #DB209A; }
a { background-color: rgb(219,32,154); }
div.DivClassName
{
background-color: #DB209A;
}
.BgClassName
{
background-color: #DB209A;
}
</style>
border-color css
<style>
span { border-color: #DB209A; }
span { border-color: rgb(219,32,154); }
td.TdClassName
{
border-color: #DB209A;
}
.TagClassName
{
border-color: #DB209A;
}
</style>