Shades of Deep Cerise #DB398D
Tints of Deep Cerise #DB398D
RGB
CMYK
RGB Variations
Color information
#DB398D (or 0xDB398D) is known color: Deep Cerise. HEX triplet: DB, 39 and 8D. RGB value is (219,57,141). Sum of RGB (Red+Green+Blue) = 219+57+141=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB398D is #24C672. Grayscale: #727272. Windows color (decimal): -2410099 or 9255387. OLE color: 9255387.
HSL color Cylindrical-coordinate representation of color #DB398D: hue angle of 328.89º 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 #DB398D is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 141 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.14 |
| HSL | 328.89º | 0.69% | 0.54% | - |
| HSV(B) | 328.89º | 0.74% | 0.86% | - |
| XYZ | 35.48 | 19.91 | 27.17 | - |
| YUV | 115.01 | 142.67 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 141 | 0 | 0.74 | 0.36 | 0.14 | 328.89 | 0.69 | 0.54 |
| Hex | DB | 39 | 8D | 0 | 4A | 24 | E | 149 | 45 | 36 |
| Octal | 333 | 71 | 215 | 0 | 112 | 44 | 16 | 511 | 105 | 66 |
| Binary | 11011011 | 111001 | 10001101 | 0 | 1001010 | 100100 | 1110 | 101001001 | 1000101 | 110110 |
Color Harmonies of #DB398D
Complementary color
Monochromatic Colors of #DB398D
Black with #DB398D
Text Example
Text Example
White with #DB398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB398D; }
p { color: rgb(219,57,141); }
H1.HeaderClassName
{
color: #DB398D;
}
.AnyTagClassName
{
color: #DB398D;
}
</style>
background-color css
<style>
a { background-color: #DB398D; }
a { background-color: rgb(219,57,141); }
div.DivClassName
{
background-color: #DB398D;
}
.BgClassName
{
background-color: #DB398D;
}
</style>
border-color css
<style>
span { border-color: #DB398D; }
span { border-color: rgb(219,57,141); }
td.TdClassName
{
border-color: #DB398D;
}
.TagClassName
{
border-color: #DB398D;
}
</style>