Shades of Cerise #DB395C
Tints of Cerise #DB395C
RGB
CMYK
RGB Variations
Color information
#DB395C (or 0xDB395C) is known color: Cerise. HEX triplet: DB, 39 and 5C. RGB value is (219,57,92). Sum of RGB (Red+Green+Blue) = 219+57+92=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB395C is #24C6A3. Grayscale: #6D6D6D. Windows color (decimal): -2410148 or 6044123. OLE color: 6044123.
HSL color Cylindrical-coordinate representation of color #DB395C: hue angle of 347.04º 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 #DB395C is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 92 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.14 |
| HSL | 347.04º | 0.69% | 0.54% | - |
| HSV(B) | 347.04º | 0.74% | 0.86% | - |
| XYZ | 32.61 | 18.76 | 12.03 | - |
| YUV | 109.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 92 | 0 | 0.74 | 0.58 | 0.14 | 347.04 | 0.69 | 0.54 |
| Hex | DB | 39 | 5C | 0 | 4A | 3A | E | 15B | 45 | 36 |
| Octal | 333 | 71 | 134 | 0 | 112 | 72 | 16 | 533 | 105 | 66 |
| Binary | 11011011 | 111001 | 1011100 | 0 | 1001010 | 111010 | 1110 | 101011011 | 1000101 | 110110 |
Color Harmonies of #DB395C
Complementary color
Monochromatic Colors of #DB395C
Black with #DB395C
Text Example
Text Example
White with #DB395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB395C; }
p { color: rgb(219,57,92); }
H1.HeaderClassName
{
color: #DB395C;
}
.AnyTagClassName
{
color: #DB395C;
}
</style>
background-color css
<style>
a { background-color: #DB395C; }
a { background-color: rgb(219,57,92); }
div.DivClassName
{
background-color: #DB395C;
}
.BgClassName
{
background-color: #DB395C;
}
</style>
border-color css
<style>
span { border-color: #DB395C; }
span { border-color: rgb(219,57,92); }
td.TdClassName
{
border-color: #DB395C;
}
.TagClassName
{
border-color: #DB395C;
}
</style>