Shades of Deep Cerise #DB398B
Tints of Deep Cerise #DB398B
RGB
CMYK
RGB Variations
Color information
#DB398B (or 0xDB398B) is known color: Deep Cerise. HEX triplet: DB, 39 and 8B. RGB value is (219,57,139). Sum of RGB (Red+Green+Blue) = 219+57+139=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB398B is #24C674. Grayscale: #727272. Windows color (decimal): -2410101 or 9124315. OLE color: 9124315.
HSL color Cylindrical-coordinate representation of color #DB398B: hue angle of 329.63º 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 #DB398B is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 139 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.14 |
| HSL | 329.63º | 0.69% | 0.54% | - |
| HSV(B) | 329.63º | 0.74% | 0.86% | - |
| XYZ | 35.34 | 19.85 | 26.4 | - |
| YUV | 114.79 | 141.67 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 139 | 0 | 0.74 | 0.37 | 0.14 | 329.63 | 0.69 | 0.54 |
| Hex | DB | 39 | 8B | 0 | 4A | 25 | E | 14A | 45 | 36 |
| Octal | 333 | 71 | 213 | 0 | 112 | 45 | 16 | 512 | 105 | 66 |
| Binary | 11011011 | 111001 | 10001011 | 0 | 1001010 | 100101 | 1110 | 101001010 | 1000101 | 110110 |
Color Harmonies of #DB398B
Complementary color
Monochromatic Colors of #DB398B
Black with #DB398B
Text Example
Text Example
White with #DB398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB398B; }
p { color: rgb(219,57,139); }
H1.HeaderClassName
{
color: #DB398B;
}
.AnyTagClassName
{
color: #DB398B;
}
</style>
background-color css
<style>
a { background-color: #DB398B; }
a { background-color: rgb(219,57,139); }
div.DivClassName
{
background-color: #DB398B;
}
.BgClassName
{
background-color: #DB398B;
}
</style>
border-color css
<style>
span { border-color: #DB398B; }
span { border-color: rgb(219,57,139); }
td.TdClassName
{
border-color: #DB398B;
}
.TagClassName
{
border-color: #DB398B;
}
</style>