Shades of Deep Cerise #DB399F
Tints of Deep Cerise #DB399F
RGB
CMYK
RGB Variations
Color information
#DB399F (or 0xDB399F) is known color: Deep Cerise. HEX triplet: DB, 39 and 9F. RGB value is (219,57,159). Sum of RGB (Red+Green+Blue) = 219+57+159=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB399F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB399F is #24C660. Grayscale: #747474. Windows color (decimal): -2410081 or 10435035. OLE color: 10435035.
HSL color Cylindrical-coordinate representation of color #DB399F: hue angle of 322.22º 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 #DB399F is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 159 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.14 |
| HSL | 322.22º | 0.69% | 0.54% | - |
| HSV(B) | 322.22º | 0.74% | 0.86% | - |
| XYZ | 36.93 | 20.49 | 34.81 | - |
| YUV | 117.07 | 151.67 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 159 | 0 | 0.74 | 0.27 | 0.14 | 322.22 | 0.69 | 0.54 |
| Hex | DB | 39 | 9F | 0 | 4A | 1B | E | 142 | 45 | 36 |
| Octal | 333 | 71 | 237 | 0 | 112 | 33 | 16 | 502 | 105 | 66 |
| Binary | 11011011 | 111001 | 10011111 | 0 | 1001010 | 11011 | 1110 | 101000010 | 1000101 | 110110 |
Color Harmonies of #DB399F
Complementary color
Monochromatic Colors of #DB399F
Black with #DB399F
Text Example
Text Example
White with #DB399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB399F; }
p { color: rgb(219,57,159); }
H1.HeaderClassName
{
color: #DB399F;
}
.AnyTagClassName
{
color: #DB399F;
}
</style>
background-color css
<style>
a { background-color: #DB399F; }
a { background-color: rgb(219,57,159); }
div.DivClassName
{
background-color: #DB399F;
}
.BgClassName
{
background-color: #DB399F;
}
</style>
border-color css
<style>
span { border-color: #DB399F; }
span { border-color: rgb(219,57,159); }
td.TdClassName
{
border-color: #DB399F;
}
.TagClassName
{
border-color: #DB399F;
}
</style>