Shades of Cerise #DB366E
Tints of Cerise #DB366E
RGB
CMYK
RGB Variations
Color information
#DB366E (or 0xDB366E) is known color: Cerise. HEX triplet: DB, 36 and 6E. RGB value is (219,54,110). Sum of RGB (Red+Green+Blue) = 219+54+110=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB366E is #24C991. Grayscale: #6D6D6D. Windows color (decimal): -2410898 or 7223003. OLE color: 7223003.
HSL color Cylindrical-coordinate representation of color #DB366E: hue angle of 339.64º 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 #DB366E is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 110 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.14 |
| HSL | 339.64º | 0.7% | 0.54% | - |
| HSV(B) | 339.64º | 0.75% | 0.86% | - |
| XYZ | 33.35 | 18.82 | 16.63 | - |
| YUV | 109.72 | 128.16 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 110 | 0 | 0.75 | 0.50 | 0.14 | 339.64 | 0.7 | 0.54 |
| Hex | DB | 36 | 6E | 0 | 4B | 32 | E | 154 | 46 | 36 |
| Octal | 333 | 66 | 156 | 0 | 113 | 62 | 16 | 524 | 106 | 66 |
| Binary | 11011011 | 110110 | 1101110 | 0 | 1001011 | 110010 | 1110 | 101010100 | 1000110 | 110110 |
Color Harmonies of #DB366E
Complementary color
Monochromatic Colors of #DB366E
Black with #DB366E
Text Example
Text Example
White with #DB366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB366E; }
p { color: rgb(219,54,110); }
H1.HeaderClassName
{
color: #DB366E;
}
.AnyTagClassName
{
color: #DB366E;
}
</style>
background-color css
<style>
a { background-color: #DB366E; }
a { background-color: rgb(219,54,110); }
div.DivClassName
{
background-color: #DB366E;
}
.BgClassName
{
background-color: #DB366E;
}
</style>
border-color css
<style>
span { border-color: #DB366E; }
span { border-color: rgb(219,54,110); }
td.TdClassName
{
border-color: #DB366E;
}
.TagClassName
{
border-color: #DB366E;
}
</style>