Shades of Mandy #DB595B
Tints of Mandy #DB595B
RGB
CMYK
RGB Variations
Color information
#DB595B (or 0xDB595B) is known color: Mandy. HEX triplet: DB, 59 and 5B. RGB value is (219,89,91). Sum of RGB (Red+Green+Blue) = 219+89+91=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB595B is #24A6A4. Grayscale: #808080. Windows color (decimal): -2401957 or 5986779. OLE color: 5986779.
HSL color Cylindrical-coordinate representation of color #DB595B: hue angle of 359.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB595B is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 91 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.14 |
| HSL | 359.08º | 0.64% | 0.6% | - |
| HSV(B) | 359.08º | 0.59% | 0.86% | - |
| XYZ | 34.67 | 22.96 | 12.5 | - |
| YUV | 128.1 | 107.07 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 91 | 0 | 0.59 | 0.58 | 0.14 | 359.08 | 0.64 | 0.6 |
| Hex | DB | 59 | 5B | 0 | 3B | 3A | E | 167 | 40 | 3C |
| Octal | 333 | 131 | 133 | 0 | 73 | 72 | 16 | 547 | 100 | 74 |
| Binary | 11011011 | 1011001 | 1011011 | 0 | 111011 | 111010 | 1110 | 101100111 | 1000000 | 111100 |
Color Harmonies of #DB595B
Complementary color
Monochromatic Colors of #DB595B
Black with #DB595B
Text Example
Text Example
White with #DB595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB595B; }
p { color: rgb(219,89,91); }
H1.HeaderClassName
{
color: #DB595B;
}
.AnyTagClassName
{
color: #DB595B;
}
</style>
background-color css
<style>
a { background-color: #DB595B; }
a { background-color: rgb(219,89,91); }
div.DivClassName
{
background-color: #DB595B;
}
.BgClassName
{
background-color: #DB595B;
}
</style>
border-color css
<style>
span { border-color: #DB595B; }
span { border-color: rgb(219,89,91); }
td.TdClassName
{
border-color: #DB595B;
}
.TagClassName
{
border-color: #DB595B;
}
</style>