Shades of Deep Cerise #DB208E
Tints of Deep Cerise #DB208E
RGB
CMYK
RGB Variations
Color information
#DB208E (or 0xDB208E) is known color: Deep Cerise. HEX triplet: DB, 20 and 8E. RGB value is (219,32,142). Sum of RGB (Red+Green+Blue) = 219+32+142=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB208E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB208E is #24DF71. Grayscale: #646464. Windows color (decimal): -2416498 or 9314523. OLE color: 9314523.
HSL color Cylindrical-coordinate representation of color #DB208E: hue angle of 324.71º 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 #DB208E is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 142 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.14 |
| HSL | 324.71º | 0.75% | 0.49% | - |
| HSV(B) | 324.71º | 0.85% | 0.86% | - |
| XYZ | 34.61 | 18.05 | 27.25 | - |
| YUV | 100.45 | 151.45 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 142 | 0 | 0.85 | 0.35 | 0.14 | 324.71 | 0.75 | 0.49 |
| Hex | DB | 20 | 8E | 0 | 55 | 23 | E | 145 | 4B | 31 |
| Octal | 333 | 40 | 216 | 0 | 125 | 43 | 16 | 505 | 113 | 61 |
| Binary | 11011011 | 100000 | 10001110 | 0 | 1010101 | 100011 | 1110 | 101000101 | 1001011 | 110001 |
Color Harmonies of #DB208E
Complementary color
Monochromatic Colors of #DB208E
Black with #DB208E
Text Example
Text Example
White with #DB208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB208E; }
p { color: rgb(219,32,142); }
H1.HeaderClassName
{
color: #DB208E;
}
.AnyTagClassName
{
color: #DB208E;
}
</style>
background-color css
<style>
a { background-color: #DB208E; }
a { background-color: rgb(219,32,142); }
div.DivClassName
{
background-color: #DB208E;
}
.BgClassName
{
background-color: #DB208E;
}
</style>
border-color css
<style>
span { border-color: #DB208E; }
span { border-color: rgb(219,32,142); }
td.TdClassName
{
border-color: #DB208E;
}
.TagClassName
{
border-color: #DB208E;
}
</style>