Shades of Cerise #DB325F
Tints of Cerise #DB325F
RGB
CMYK
RGB Variations
Color information
#DB325F (or 0xDB325F) is known color: Cerise. HEX triplet: DB, 32 and 5F. RGB value is (219,50,95). Sum of RGB (Red+Green+Blue) = 219+50+95=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB325F is #24CDA0. Grayscale: #696969. Windows color (decimal): -2411937 or 6238939. OLE color: 6238939.
HSL color Cylindrical-coordinate representation of color #DB325F: hue angle of 344.02º 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 #DB325F is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 95 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.14 |
| HSL | 344.02º | 0.7% | 0.53% | - |
| HSV(B) | 344.02º | 0.77% | 0.86% | - |
| XYZ | 32.42 | 18.17 | 12.62 | - |
| YUV | 105.66 | 121.99 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 95 | 0 | 0.77 | 0.57 | 0.14 | 344.02 | 0.7 | 0.53 |
| Hex | DB | 32 | 5F | 0 | 4D | 39 | E | 158 | 46 | 35 |
| Octal | 333 | 62 | 137 | 0 | 115 | 71 | 16 | 530 | 106 | 65 |
| Binary | 11011011 | 110010 | 1011111 | 0 | 1001101 | 111001 | 1110 | 101011000 | 1000110 | 110101 |
Color Harmonies of #DB325F
Complementary color
Monochromatic Colors of #DB325F
Black with #DB325F
Text Example
Text Example
White with #DB325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB325F; }
p { color: rgb(219,50,95); }
H1.HeaderClassName
{
color: #DB325F;
}
.AnyTagClassName
{
color: #DB325F;
}
</style>
background-color css
<style>
a { background-color: #DB325F; }
a { background-color: rgb(219,50,95); }
div.DivClassName
{
background-color: #DB325F;
}
.BgClassName
{
background-color: #DB325F;
}
</style>
border-color css
<style>
span { border-color: #DB325F; }
span { border-color: rgb(219,50,95); }
td.TdClassName
{
border-color: #DB325F;
}
.TagClassName
{
border-color: #DB325F;
}
</style>