Shades of Cerise #DB386D
Tints of Cerise #DB386D
RGB
CMYK
RGB Variations
Color information
#DB386D (or 0xDB386D) is known color: Cerise. HEX triplet: DB, 38 and 6D. RGB value is (219,56,109). Sum of RGB (Red+Green+Blue) = 219+56+109=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB386D is #24C792. Grayscale: #6E6E6E. Windows color (decimal): -2410387 or 7157979. OLE color: 7157979.
HSL color Cylindrical-coordinate representation of color #DB386D: hue angle of 340.49º 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 #DB386D is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 109 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.14 |
| HSL | 340.49º | 0.69% | 0.54% | - |
| HSV(B) | 340.49º | 0.74% | 0.86% | - |
| XYZ | 33.39 | 18.99 | 16.37 | - |
| YUV | 110.78 | 127 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 109 | 0 | 0.74 | 0.50 | 0.14 | 340.49 | 0.69 | 0.54 |
| Hex | DB | 38 | 6D | 0 | 4A | 32 | E | 154 | 45 | 36 |
| Octal | 333 | 70 | 155 | 0 | 112 | 62 | 16 | 524 | 105 | 66 |
| Binary | 11011011 | 111000 | 1101101 | 0 | 1001010 | 110010 | 1110 | 101010100 | 1000101 | 110110 |
Color Harmonies of #DB386D
Complementary color
Monochromatic Colors of #DB386D
Black with #DB386D
Text Example
Text Example
White with #DB386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB386D; }
p { color: rgb(219,56,109); }
H1.HeaderClassName
{
color: #DB386D;
}
.AnyTagClassName
{
color: #DB386D;
}
</style>
background-color css
<style>
a { background-color: #DB386D; }
a { background-color: rgb(219,56,109); }
div.DivClassName
{
background-color: #DB386D;
}
.BgClassName
{
background-color: #DB386D;
}
</style>
border-color css
<style>
span { border-color: #DB386D; }
span { border-color: rgb(219,56,109); }
td.TdClassName
{
border-color: #DB386D;
}
.TagClassName
{
border-color: #DB386D;
}
</style>