Shades of Mandy #DB595F
Tints of Mandy #DB595F
RGB
CMYK
RGB Variations
Color information
#DB595F (or 0xDB595F) is known color: Mandy. HEX triplet: DB, 59 and 5F. RGB value is (219,89,95). Sum of RGB (Red+Green+Blue) = 219+89+95=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB595F is #24A6A0. Grayscale: #808080. Windows color (decimal): -2401953 or 6248923. OLE color: 6248923.
HSL color Cylindrical-coordinate representation of color #DB595F: hue angle of 357.23º 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 #DB595F is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 95 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.14 |
| HSL | 357.23º | 0.64% | 0.6% | - |
| HSV(B) | 357.23º | 0.59% | 0.86% | - |
| XYZ | 34.85 | 23.03 | 13.44 | - |
| YUV | 128.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 95 | 0 | 0.59 | 0.57 | 0.14 | 357.23 | 0.64 | 0.6 |
| Hex | DB | 59 | 5F | 0 | 3B | 39 | E | 165 | 40 | 3C |
| Octal | 333 | 131 | 137 | 0 | 73 | 71 | 16 | 545 | 100 | 74 |
| Binary | 11011011 | 1011001 | 1011111 | 0 | 111011 | 111001 | 1110 | 101100101 | 1000000 | 111100 |
Color Harmonies of #DB595F
Complementary color
Monochromatic Colors of #DB595F
Black with #DB595F
Text Example
Text Example
White with #DB595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB595F; }
p { color: rgb(219,89,95); }
H1.HeaderClassName
{
color: #DB595F;
}
.AnyTagClassName
{
color: #DB595F;
}
</style>
background-color css
<style>
a { background-color: #DB595F; }
a { background-color: rgb(219,89,95); }
div.DivClassName
{
background-color: #DB595F;
}
.BgClassName
{
background-color: #DB595F;
}
</style>
border-color css
<style>
span { border-color: #DB595F; }
span { border-color: rgb(219,89,95); }
td.TdClassName
{
border-color: #DB595F;
}
.TagClassName
{
border-color: #DB595F;
}
</style>