Shades of Deep Cerise #DB208B
Tints of Deep Cerise #DB208B
RGB
CMYK
RGB Variations
Color information
#DB208B (or 0xDB208B) is known color: Deep Cerise. HEX triplet: DB, 20 and 8B. RGB value is (219,32,139). Sum of RGB (Red+Green+Blue) = 219+32+139=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB208B is #24DF74. Grayscale: #636363. Windows color (decimal): -2416501 or 9117915. OLE color: 9117915.
HSL color Cylindrical-coordinate representation of color #DB208B: hue angle of 325.67º 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 #DB208B is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 139 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.14 |
| HSL | 325.67º | 0.75% | 0.49% | - |
| HSV(B) | 325.67º | 0.85% | 0.86% | - |
| XYZ | 34.39 | 17.96 | 26.08 | - |
| YUV | 100.11 | 149.95 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 139 | 0 | 0.85 | 0.37 | 0.14 | 325.67 | 0.75 | 0.49 |
| Hex | DB | 20 | 8B | 0 | 55 | 25 | E | 146 | 4B | 31 |
| Octal | 333 | 40 | 213 | 0 | 125 | 45 | 16 | 506 | 113 | 61 |
| Binary | 11011011 | 100000 | 10001011 | 0 | 1010101 | 100101 | 1110 | 101000110 | 1001011 | 110001 |
Color Harmonies of #DB208B
Complementary color
Monochromatic Colors of #DB208B
Black with #DB208B
Text Example
Text Example
White with #DB208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB208B; }
p { color: rgb(219,32,139); }
H1.HeaderClassName
{
color: #DB208B;
}
.AnyTagClassName
{
color: #DB208B;
}
</style>
background-color css
<style>
a { background-color: #DB208B; }
a { background-color: rgb(219,32,139); }
div.DivClassName
{
background-color: #DB208B;
}
.BgClassName
{
background-color: #DB208B;
}
</style>
border-color css
<style>
span { border-color: #DB208B; }
span { border-color: rgb(219,32,139); }
td.TdClassName
{
border-color: #DB208B;
}
.TagClassName
{
border-color: #DB208B;
}
</style>