Shades of Deep Cerise #DB3997
Tints of Deep Cerise #DB3997
RGB
CMYK
RGB Variations
Color information
#DB3997 (or 0xDB3997) is known color: Deep Cerise. HEX triplet: DB, 39 and 97. RGB value is (219,57,151). Sum of RGB (Red+Green+Blue) = 219+57+151=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3997 is #24C668. Grayscale: #737373. Windows color (decimal): -2410089 or 9910747. OLE color: 9910747.
HSL color Cylindrical-coordinate representation of color #DB3997: hue angle of 325.19º 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 #DB3997 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 151 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.14 |
| HSL | 325.19º | 0.69% | 0.54% | - |
| HSV(B) | 325.19º | 0.74% | 0.86% | - |
| XYZ | 36.26 | 20.22 | 31.27 | - |
| YUV | 116.15 | 147.67 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 151 | 0 | 0.74 | 0.31 | 0.14 | 325.19 | 0.69 | 0.54 |
| Hex | DB | 39 | 97 | 0 | 4A | 1F | E | 145 | 45 | 36 |
| Octal | 333 | 71 | 227 | 0 | 112 | 37 | 16 | 505 | 105 | 66 |
| Binary | 11011011 | 111001 | 10010111 | 0 | 1001010 | 11111 | 1110 | 101000101 | 1000101 | 110110 |
Color Harmonies of #DB3997
Complementary color
Monochromatic Colors of #DB3997
Black with #DB3997
Text Example
Text Example
White with #DB3997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3997; }
p { color: rgb(219,57,151); }
H1.HeaderClassName
{
color: #DB3997;
}
.AnyTagClassName
{
color: #DB3997;
}
</style>
background-color css
<style>
a { background-color: #DB3997; }
a { background-color: rgb(219,57,151); }
div.DivClassName
{
background-color: #DB3997;
}
.BgClassName
{
background-color: #DB3997;
}
</style>
border-color css
<style>
span { border-color: #DB3997; }
span { border-color: rgb(219,57,151); }
td.TdClassName
{
border-color: #DB3997;
}
.TagClassName
{
border-color: #DB3997;
}
</style>