Shades of Cerise #DB396D
Tints of Cerise #DB396D
RGB
CMYK
RGB Variations
Color information
#DB396D (or 0xDB396D) is known color: Cerise. HEX triplet: DB, 39 and 6D. RGB value is (219,57,109). Sum of RGB (Red+Green+Blue) = 219+57+109=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB396D is #24C692. Grayscale: #6F6F6F. Windows color (decimal): -2410131 or 7158235. OLE color: 7158235.
HSL color Cylindrical-coordinate representation of color #DB396D: hue angle of 340.74º 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 #DB396D is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 109 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.14 |
| HSL | 340.74º | 0.69% | 0.54% | - |
| HSV(B) | 340.74º | 0.74% | 0.86% | - |
| XYZ | 33.44 | 19.09 | 16.39 | - |
| YUV | 111.37 | 126.67 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 109 | 0 | 0.74 | 0.50 | 0.14 | 340.74 | 0.69 | 0.54 |
| Hex | DB | 39 | 6D | 0 | 4A | 32 | E | 155 | 45 | 36 |
| Octal | 333 | 71 | 155 | 0 | 112 | 62 | 16 | 525 | 105 | 66 |
| Binary | 11011011 | 111001 | 1101101 | 0 | 1001010 | 110010 | 1110 | 101010101 | 1000101 | 110110 |
Color Harmonies of #DB396D
Complementary color
Monochromatic Colors of #DB396D
Black with #DB396D
Text Example
Text Example
White with #DB396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB396D; }
p { color: rgb(219,57,109); }
H1.HeaderClassName
{
color: #DB396D;
}
.AnyTagClassName
{
color: #DB396D;
}
</style>
background-color css
<style>
a { background-color: #DB396D; }
a { background-color: rgb(219,57,109); }
div.DivClassName
{
background-color: #DB396D;
}
.BgClassName
{
background-color: #DB396D;
}
</style>
border-color css
<style>
span { border-color: #DB396D; }
span { border-color: rgb(219,57,109); }
td.TdClassName
{
border-color: #DB396D;
}
.TagClassName
{
border-color: #DB396D;
}
</style>