Shades of Cerise #DB356C
Tints of Cerise #DB356C
RGB
CMYK
RGB Variations
Color information
#DB356C (or 0xDB356C) is known color: Cerise. HEX triplet: DB, 35 and 6C. RGB value is (219,53,108). Sum of RGB (Red+Green+Blue) = 219+53+108=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB356C is #24CA93. Grayscale: #6C6C6C. Windows color (decimal): -2411156 or 7091675. OLE color: 7091675.
HSL color Cylindrical-coordinate representation of color #DB356C: hue angle of 340.12º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB356C is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 108 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.14 |
| HSL | 340.12º | 0.7% | 0.53% | - |
| HSV(B) | 340.12º | 0.76% | 0.86% | - |
| XYZ | 33.19 | 18.69 | 16.05 | - |
| YUV | 108.9 | 127.5 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 108 | 0 | 0.76 | 0.51 | 0.14 | 340.12 | 0.7 | 0.53 |
| Hex | DB | 35 | 6C | 0 | 4C | 33 | E | 154 | 46 | 35 |
| Octal | 333 | 65 | 154 | 0 | 114 | 63 | 16 | 524 | 106 | 65 |
| Binary | 11011011 | 110101 | 1101100 | 0 | 1001100 | 110011 | 1110 | 101010100 | 1000110 | 110101 |
Color Harmonies of #DB356C
Complementary color
Monochromatic Colors of #DB356C
Black with #DB356C
Text Example
Text Example
White with #DB356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB356C; }
p { color: rgb(219,53,108); }
H1.HeaderClassName
{
color: #DB356C;
}
.AnyTagClassName
{
color: #DB356C;
}
</style>
background-color css
<style>
a { background-color: #DB356C; }
a { background-color: rgb(219,53,108); }
div.DivClassName
{
background-color: #DB356C;
}
.BgClassName
{
background-color: #DB356C;
}
</style>
border-color css
<style>
span { border-color: #DB356C; }
span { border-color: rgb(219,53,108); }
td.TdClassName
{
border-color: #DB356C;
}
.TagClassName
{
border-color: #DB356C;
}
</style>