Shades of Cerise #DB346C
Tints of Cerise #DB346C
RGB
CMYK
RGB Variations
Color information
#DB346C (or 0xDB346C) is known color: Cerise. HEX triplet: DB, 34 and 6C. RGB value is (219,52,108). Sum of RGB (Red+Green+Blue) = 219+52+108=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB346C is #24CB93. Grayscale: #6C6C6C. Windows color (decimal): -2411412 or 7091419. OLE color: 7091419.
HSL color Cylindrical-coordinate representation of color #DB346C: hue angle of 339.88º 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 #DB346C is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 108 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.14 |
| HSL | 339.88º | 0.7% | 0.53% | - |
| HSV(B) | 339.88º | 0.76% | 0.86% | - |
| XYZ | 33.15 | 18.6 | 16.03 | - |
| YUV | 108.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 108 | 0 | 0.76 | 0.51 | 0.14 | 339.88 | 0.7 | 0.53 |
| Hex | DB | 34 | 6C | 0 | 4C | 33 | E | 154 | 46 | 35 |
| Octal | 333 | 64 | 154 | 0 | 114 | 63 | 16 | 524 | 106 | 65 |
| Binary | 11011011 | 110100 | 1101100 | 0 | 1001100 | 110011 | 1110 | 101010100 | 1000110 | 110101 |
Color Harmonies of #DB346C
Complementary color
Monochromatic Colors of #DB346C
Black with #DB346C
Text Example
Text Example
White with #DB346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB346C; }
p { color: rgb(219,52,108); }
H1.HeaderClassName
{
color: #DB346C;
}
.AnyTagClassName
{
color: #DB346C;
}
</style>
background-color css
<style>
a { background-color: #DB346C; }
a { background-color: rgb(219,52,108); }
div.DivClassName
{
background-color: #DB346C;
}
.BgClassName
{
background-color: #DB346C;
}
</style>
border-color css
<style>
span { border-color: #DB346C; }
span { border-color: rgb(219,52,108); }
td.TdClassName
{
border-color: #DB346C;
}
.TagClassName
{
border-color: #DB346C;
}
</style>