Shades of Cerise #DB366D
Tints of Cerise #DB366D
RGB
CMYK
RGB Variations
Color information
#DB366D (or 0xDB366D) is known color: Cerise. HEX triplet: DB, 36 and 6D. RGB value is (219,54,109). Sum of RGB (Red+Green+Blue) = 219+54+109=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB366D is #24C992. Grayscale: #6D6D6D. Windows color (decimal): -2410899 or 7157467. OLE color: 7157467.
HSL color Cylindrical-coordinate representation of color #DB366D: hue angle of 340º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB366D is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 109 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.14 |
| HSL | 340º | 0.7% | 0.54% | - |
| HSV(B) | 340º | 0.75% | 0.86% | - |
| XYZ | 33.29 | 18.8 | 16.34 | - |
| YUV | 109.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 109 | 0 | 0.75 | 0.50 | 0.14 | 340 | 0.7 | 0.54 |
| Hex | DB | 36 | 6D | 0 | 4B | 32 | E | 154 | 46 | 36 |
| Octal | 333 | 66 | 155 | 0 | 113 | 62 | 16 | 524 | 106 | 66 |
| Binary | 11011011 | 110110 | 1101101 | 0 | 1001011 | 110010 | 1110 | 101010100 | 1000110 | 110110 |
Color Harmonies of #DB366D
Complementary color
Monochromatic Colors of #DB366D
Black with #DB366D
Text Example
Text Example
White with #DB366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB366D; }
p { color: rgb(219,54,109); }
H1.HeaderClassName
{
color: #DB366D;
}
.AnyTagClassName
{
color: #DB366D;
}
</style>
background-color css
<style>
a { background-color: #DB366D; }
a { background-color: rgb(219,54,109); }
div.DivClassName
{
background-color: #DB366D;
}
.BgClassName
{
background-color: #DB366D;
}
</style>
border-color css
<style>
span { border-color: #DB366D; }
span { border-color: rgb(219,54,109); }
td.TdClassName
{
border-color: #DB366D;
}
.TagClassName
{
border-color: #DB366D;
}
</style>