Shades of Cerise #DB326F
Tints of Cerise #DB326F
RGB
CMYK
RGB Variations
Color information
#DB326F (or 0xDB326F) is known color: Cerise. HEX triplet: DB, 32 and 6F. RGB value is (219,50,111). Sum of RGB (Red+Green+Blue) = 219+50+111=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB326F is #24CD90. Grayscale: #6B6B6B. Windows color (decimal): -2411921 or 7287515. OLE color: 7287515.
HSL color Cylindrical-coordinate representation of color #DB326F: hue angle of 338.34º 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 #DB326F is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 111 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.14 |
| HSL | 338.34º | 0.7% | 0.53% | - |
| HSV(B) | 338.34º | 0.77% | 0.86% | - |
| XYZ | 33.22 | 18.49 | 16.86 | - |
| YUV | 107.49 | 129.99 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 111 | 0 | 0.77 | 0.49 | 0.14 | 338.34 | 0.7 | 0.53 |
| Hex | DB | 32 | 6F | 0 | 4D | 31 | E | 152 | 46 | 35 |
| Octal | 333 | 62 | 157 | 0 | 115 | 61 | 16 | 522 | 106 | 65 |
| Binary | 11011011 | 110010 | 1101111 | 0 | 1001101 | 110001 | 1110 | 101010010 | 1000110 | 110101 |
Color Harmonies of #DB326F
Complementary color
Monochromatic Colors of #DB326F
Black with #DB326F
Text Example
Text Example
White with #DB326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB326F; }
p { color: rgb(219,50,111); }
H1.HeaderClassName
{
color: #DB326F;
}
.AnyTagClassName
{
color: #DB326F;
}
</style>
background-color css
<style>
a { background-color: #DB326F; }
a { background-color: rgb(219,50,111); }
div.DivClassName
{
background-color: #DB326F;
}
.BgClassName
{
background-color: #DB326F;
}
</style>
border-color css
<style>
span { border-color: #DB326F; }
span { border-color: rgb(219,50,111); }
td.TdClassName
{
border-color: #DB326F;
}
.TagClassName
{
border-color: #DB326F;
}
</style>