Shades of Cerise #DB396C
Tints of Cerise #DB396C
RGB
CMYK
RGB Variations
Color information
#DB396C (or 0xDB396C) is known color: Cerise. HEX triplet: DB, 39 and 6C. RGB value is (219,57,108). Sum of RGB (Red+Green+Blue) = 219+57+108=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB396C is #24C693. Grayscale: #6F6F6F. Windows color (decimal): -2410132 or 7092699. OLE color: 7092699.
HSL color Cylindrical-coordinate representation of color #DB396C: hue angle of 341.11º 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 #DB396C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 108 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.14 |
| HSL | 341.11º | 0.69% | 0.54% | - |
| HSV(B) | 341.11º | 0.74% | 0.86% | - |
| XYZ | 33.38 | 19.07 | 16.11 | - |
| YUV | 111.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 108 | 0 | 0.74 | 0.51 | 0.14 | 341.11 | 0.69 | 0.54 |
| Hex | DB | 39 | 6C | 0 | 4A | 33 | E | 155 | 45 | 36 |
| Octal | 333 | 71 | 154 | 0 | 112 | 63 | 16 | 525 | 105 | 66 |
| Binary | 11011011 | 111001 | 1101100 | 0 | 1001010 | 110011 | 1110 | 101010101 | 1000101 | 110110 |
Color Harmonies of #DB396C
Complementary color
Monochromatic Colors of #DB396C
Black with #DB396C
Text Example
Text Example
White with #DB396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB396C; }
p { color: rgb(219,57,108); }
H1.HeaderClassName
{
color: #DB396C;
}
.AnyTagClassName
{
color: #DB396C;
}
</style>
background-color css
<style>
a { background-color: #DB396C; }
a { background-color: rgb(219,57,108); }
div.DivClassName
{
background-color: #DB396C;
}
.BgClassName
{
background-color: #DB396C;
}
</style>
border-color css
<style>
span { border-color: #DB396C; }
span { border-color: rgb(219,57,108); }
td.TdClassName
{
border-color: #DB396C;
}
.TagClassName
{
border-color: #DB396C;
}
</style>