Shades of Cerise #DB326D
Tints of Cerise #DB326D
RGB
CMYK
RGB Variations
Color information
#DB326D (or 0xDB326D) is known color: Cerise. HEX triplet: DB, 32 and 6D. RGB value is (219,50,109). Sum of RGB (Red+Green+Blue) = 219+50+109=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB326D is #24CD92. Grayscale: #6B6B6B. Windows color (decimal): -2411923 or 7156443. OLE color: 7156443.
HSL color Cylindrical-coordinate representation of color #DB326D: hue angle of 339.05º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB326D is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 109 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.14 |
| HSL | 339.05º | 0.7% | 0.53% | - |
| HSV(B) | 339.05º | 0.77% | 0.86% | - |
| XYZ | 33.11 | 18.45 | 16.28 | - |
| YUV | 107.26 | 128.99 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 109 | 0 | 0.77 | 0.50 | 0.14 | 339.05 | 0.7 | 0.53 |
| Hex | DB | 32 | 6D | 0 | 4D | 32 | E | 153 | 46 | 35 |
| Octal | 333 | 62 | 155 | 0 | 115 | 62 | 16 | 523 | 106 | 65 |
| Binary | 11011011 | 110010 | 1101101 | 0 | 1001101 | 110010 | 1110 | 101010011 | 1000110 | 110101 |
Color Harmonies of #DB326D
Complementary color
Monochromatic Colors of #DB326D
Black with #DB326D
Text Example
Text Example
White with #DB326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB326D; }
p { color: rgb(219,50,109); }
H1.HeaderClassName
{
color: #DB326D;
}
.AnyTagClassName
{
color: #DB326D;
}
</style>
background-color css
<style>
a { background-color: #DB326D; }
a { background-color: rgb(219,50,109); }
div.DivClassName
{
background-color: #DB326D;
}
.BgClassName
{
background-color: #DB326D;
}
</style>
border-color css
<style>
span { border-color: #DB326D; }
span { border-color: rgb(219,50,109); }
td.TdClassName
{
border-color: #DB326D;
}
.TagClassName
{
border-color: #DB326D;
}
</style>