Shades of Deep Cerise #DB398E
Tints of Deep Cerise #DB398E
RGB
CMYK
RGB Variations
Color information
#DB398E (or 0xDB398E) is known color: Deep Cerise. HEX triplet: DB, 39 and 8E. RGB value is (219,57,142). Sum of RGB (Red+Green+Blue) = 219+57+142=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB398E is #24C671. Grayscale: #727272. Windows color (decimal): -2410098 or 9320923. OLE color: 9320923.
HSL color Cylindrical-coordinate representation of color #DB398E: hue angle of 328.52º 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 #DB398E is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 142 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.14 |
| HSL | 328.52º | 0.69% | 0.54% | - |
| HSV(B) | 328.52º | 0.74% | 0.86% | - |
| XYZ | 35.56 | 19.94 | 27.57 | - |
| YUV | 115.13 | 143.17 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 142 | 0 | 0.74 | 0.35 | 0.14 | 328.52 | 0.69 | 0.54 |
| Hex | DB | 39 | 8E | 0 | 4A | 23 | E | 149 | 45 | 36 |
| Octal | 333 | 71 | 216 | 0 | 112 | 43 | 16 | 511 | 105 | 66 |
| Binary | 11011011 | 111001 | 10001110 | 0 | 1001010 | 100011 | 1110 | 101001001 | 1000101 | 110110 |
Color Harmonies of #DB398E
Complementary color
Monochromatic Colors of #DB398E
Black with #DB398E
Text Example
Text Example
White with #DB398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB398E; }
p { color: rgb(219,57,142); }
H1.HeaderClassName
{
color: #DB398E;
}
.AnyTagClassName
{
color: #DB398E;
}
</style>
background-color css
<style>
a { background-color: #DB398E; }
a { background-color: rgb(219,57,142); }
div.DivClassName
{
background-color: #DB398E;
}
.BgClassName
{
background-color: #DB398E;
}
</style>
border-color css
<style>
span { border-color: #DB398E; }
span { border-color: rgb(219,57,142); }
td.TdClassName
{
border-color: #DB398E;
}
.TagClassName
{
border-color: #DB398E;
}
</style>