Shades of Cerise #DB325B
Tints of Cerise #DB325B
RGB
CMYK
RGB Variations
Color information
#DB325B (or 0xDB325B) is known color: Cerise. HEX triplet: DB, 32 and 5B. RGB value is (219,50,91). Sum of RGB (Red+Green+Blue) = 219+50+91=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB325B is #24CDA4. Grayscale: #696969. Windows color (decimal): -2411941 or 5976795. OLE color: 5976795.
HSL color Cylindrical-coordinate representation of color #DB325B: hue angle of 345.44º 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 #DB325B is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 91 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.14 |
| HSL | 345.44º | 0.7% | 0.53% | - |
| HSV(B) | 345.44º | 0.77% | 0.86% | - |
| XYZ | 32.24 | 18.1 | 11.69 | - |
| YUV | 105.21 | 119.99 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 91 | 0 | 0.77 | 0.58 | 0.14 | 345.44 | 0.7 | 0.53 |
| Hex | DB | 32 | 5B | 0 | 4D | 3A | E | 159 | 46 | 35 |
| Octal | 333 | 62 | 133 | 0 | 115 | 72 | 16 | 531 | 106 | 65 |
| Binary | 11011011 | 110010 | 1011011 | 0 | 1001101 | 111010 | 1110 | 101011001 | 1000110 | 110101 |
Color Harmonies of #DB325B
Complementary color
Monochromatic Colors of #DB325B
Black with #DB325B
Text Example
Text Example
White with #DB325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB325B; }
p { color: rgb(219,50,91); }
H1.HeaderClassName
{
color: #DB325B;
}
.AnyTagClassName
{
color: #DB325B;
}
</style>
background-color css
<style>
a { background-color: #DB325B; }
a { background-color: rgb(219,50,91); }
div.DivClassName
{
background-color: #DB325B;
}
.BgClassName
{
background-color: #DB325B;
}
</style>
border-color css
<style>
span { border-color: #DB325B; }
span { border-color: rgb(219,50,91); }
td.TdClassName
{
border-color: #DB325B;
}
.TagClassName
{
border-color: #DB325B;
}
</style>