Shades of Cerise #DB326E
Tints of Cerise #DB326E
RGB
CMYK
RGB Variations
Color information
#DB326E (or 0xDB326E) is known color: Cerise. HEX triplet: DB, 32 and 6E. RGB value is (219,50,110). Sum of RGB (Red+Green+Blue) = 219+50+110=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB326E is #24CD91. Grayscale: #6B6B6B. Windows color (decimal): -2411922 or 7221979. OLE color: 7221979.
HSL color Cylindrical-coordinate representation of color #DB326E: hue angle of 338.7º 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 #DB326E is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 110 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.14 |
| HSL | 338.7º | 0.7% | 0.53% | - |
| HSV(B) | 338.7º | 0.77% | 0.86% | - |
| XYZ | 33.17 | 18.47 | 16.57 | - |
| YUV | 107.37 | 129.49 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 110 | 0 | 0.77 | 0.50 | 0.14 | 338.7 | 0.7 | 0.53 |
| Hex | DB | 32 | 6E | 0 | 4D | 32 | E | 153 | 46 | 35 |
| Octal | 333 | 62 | 156 | 0 | 115 | 62 | 16 | 523 | 106 | 65 |
| Binary | 11011011 | 110010 | 1101110 | 0 | 1001101 | 110010 | 1110 | 101010011 | 1000110 | 110101 |
Color Harmonies of #DB326E
Complementary color
Monochromatic Colors of #DB326E
Black with #DB326E
Text Example
Text Example
White with #DB326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB326E; }
p { color: rgb(219,50,110); }
H1.HeaderClassName
{
color: #DB326E;
}
.AnyTagClassName
{
color: #DB326E;
}
</style>
background-color css
<style>
a { background-color: #DB326E; }
a { background-color: rgb(219,50,110); }
div.DivClassName
{
background-color: #DB326E;
}
.BgClassName
{
background-color: #DB326E;
}
</style>
border-color css
<style>
span { border-color: #DB326E; }
span { border-color: rgb(219,50,110); }
td.TdClassName
{
border-color: #DB326E;
}
.TagClassName
{
border-color: #DB326E;
}
</style>