Shades of Deep Cerise #DB389E
Tints of Deep Cerise #DB389E
RGB
CMYK
RGB Variations
Color information
#DB389E (or 0xDB389E) is known color: Deep Cerise. HEX triplet: DB, 38 and 9E. RGB value is (219,56,158). Sum of RGB (Red+Green+Blue) = 219+56+158=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB389E is #24C761. Grayscale: #747474. Windows color (decimal): -2410338 or 10369243. OLE color: 10369243.
HSL color Cylindrical-coordinate representation of color #DB389E: hue angle of 322.45º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB389E is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 158 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.14 |
| HSL | 322.45º | 0.69% | 0.54% | - |
| HSV(B) | 322.45º | 0.74% | 0.86% | - |
| XYZ | 36.8 | 20.36 | 34.34 | - |
| YUV | 116.37 | 151.5 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 158 | 0 | 0.74 | 0.28 | 0.14 | 322.45 | 0.69 | 0.54 |
| Hex | DB | 38 | 9E | 0 | 4A | 1C | E | 142 | 45 | 36 |
| Octal | 333 | 70 | 236 | 0 | 112 | 34 | 16 | 502 | 105 | 66 |
| Binary | 11011011 | 111000 | 10011110 | 0 | 1001010 | 11100 | 1110 | 101000010 | 1000101 | 110110 |
Color Harmonies of #DB389E
Complementary color
Monochromatic Colors of #DB389E
Black with #DB389E
Text Example
Text Example
White with #DB389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB389E; }
p { color: rgb(219,56,158); }
H1.HeaderClassName
{
color: #DB389E;
}
.AnyTagClassName
{
color: #DB389E;
}
</style>
background-color css
<style>
a { background-color: #DB389E; }
a { background-color: rgb(219,56,158); }
div.DivClassName
{
background-color: #DB389E;
}
.BgClassName
{
background-color: #DB389E;
}
</style>
border-color css
<style>
span { border-color: #DB389E; }
span { border-color: rgb(219,56,158); }
td.TdClassName
{
border-color: #DB389E;
}
.TagClassName
{
border-color: #DB389E;
}
</style>