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