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