Shades of Cerise #DB326A
Tints of Cerise #DB326A
RGB
CMYK
RGB Variations
Color information
#DB326A (or 0xDB326A) is known color: Cerise. HEX triplet: DB, 32 and 6A. RGB value is (219,50,106). Sum of RGB (Red+Green+Blue) = 219+50+106=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB326A is #24CD95. Grayscale: #6A6A6A. Windows color (decimal): -2411926 or 6959835. OLE color: 6959835.
HSL color Cylindrical-coordinate representation of color #DB326A: 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.77%. Process color model (Four color, CMYK) of #DB326A is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 106 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.14 |
| HSL | 340.12º | 0.7% | 0.53% | - |
| HSV(B) | 340.12º | 0.77% | 0.86% | - |
| XYZ | 32.96 | 18.38 | 15.45 | - |
| YUV | 106.92 | 127.49 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 106 | 0 | 0.77 | 0.52 | 0.14 | 340.12 | 0.7 | 0.53 |
| Hex | DB | 32 | 6A | 0 | 4D | 34 | E | 154 | 46 | 35 |
| Octal | 333 | 62 | 152 | 0 | 115 | 64 | 16 | 524 | 106 | 65 |
| Binary | 11011011 | 110010 | 1101010 | 0 | 1001101 | 110100 | 1110 | 101010100 | 1000110 | 110101 |
Color Harmonies of #DB326A
Complementary color
Monochromatic Colors of #DB326A
Black with #DB326A
Text Example
Text Example
White with #DB326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB326A; }
p { color: rgb(219,50,106); }
H1.HeaderClassName
{
color: #DB326A;
}
.AnyTagClassName
{
color: #DB326A;
}
</style>
background-color css
<style>
a { background-color: #DB326A; }
a { background-color: rgb(219,50,106); }
div.DivClassName
{
background-color: #DB326A;
}
.BgClassName
{
background-color: #DB326A;
}
</style>
border-color css
<style>
span { border-color: #DB326A; }
span { border-color: rgb(219,50,106); }
td.TdClassName
{
border-color: #DB326A;
}
.TagClassName
{
border-color: #DB326A;
}
</style>