Shades of Cerise #DB395E
Tints of Cerise #DB395E
RGB
CMYK
RGB Variations
Color information
#DB395E (or 0xDB395E) is known color: Cerise. HEX triplet: DB, 39 and 5E. RGB value is (219,57,94). Sum of RGB (Red+Green+Blue) = 219+57+94=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB395E is #24C6A1. Grayscale: #6D6D6D. Windows color (decimal): -2410146 or 6175195. OLE color: 6175195.
HSL color Cylindrical-coordinate representation of color #DB395E: hue angle of 346.3º 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 #DB395E is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 94 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.14 |
| HSL | 346.3º | 0.69% | 0.54% | - |
| HSV(B) | 346.3º | 0.74% | 0.86% | - |
| XYZ | 32.7 | 18.79 | 12.49 | - |
| YUV | 109.66 | 119.17 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 94 | 0 | 0.74 | 0.57 | 0.14 | 346.3 | 0.69 | 0.54 |
| Hex | DB | 39 | 5E | 0 | 4A | 39 | E | 15A | 45 | 36 |
| Octal | 333 | 71 | 136 | 0 | 112 | 71 | 16 | 532 | 105 | 66 |
| Binary | 11011011 | 111001 | 1011110 | 0 | 1001010 | 111001 | 1110 | 101011010 | 1000101 | 110110 |
Color Harmonies of #DB395E
Complementary color
Monochromatic Colors of #DB395E
Black with #DB395E
Text Example
Text Example
White with #DB395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB395E; }
p { color: rgb(219,57,94); }
H1.HeaderClassName
{
color: #DB395E;
}
.AnyTagClassName
{
color: #DB395E;
}
</style>
background-color css
<style>
a { background-color: #DB395E; }
a { background-color: rgb(219,57,94); }
div.DivClassName
{
background-color: #DB395E;
}
.BgClassName
{
background-color: #DB395E;
}
</style>
border-color css
<style>
span { border-color: #DB395E; }
span { border-color: rgb(219,57,94); }
td.TdClassName
{
border-color: #DB395E;
}
.TagClassName
{
border-color: #DB395E;
}
</style>