Shades of Mandy #D9595C
Tints of Mandy #D9595C
RGB
CMYK
RGB Variations
Color information
#D9595C (or 0xD9595C) is known color: Mandy. HEX triplet: D9, 59 and 5C. RGB value is (217,89,92). Sum of RGB (Red+Green+Blue) = 217+89+92=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9595C is #26A6A3. Grayscale: #7F7F7F. Windows color (decimal): -2533028 or 6052313. OLE color: 6052313.
HSL color Cylindrical-coordinate representation of color #D9595C: hue angle of 358.59º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9595C is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 92 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.15 |
| HSL | 358.59º | 0.63% | 0.6% | - |
| HSV(B) | 358.59º | 0.59% | 0.85% | - |
| XYZ | 34.12 | 22.67 | 12.7 | - |
| YUV | 127.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 92 | 0 | 0.59 | 0.58 | 0.15 | 358.59 | 0.63 | 0.6 |
| Hex | D9 | 59 | 5C | 0 | 3B | 3A | F | 167 | 3F | 3C |
| Octal | 331 | 131 | 134 | 0 | 73 | 72 | 17 | 547 | 77 | 74 |
| Binary | 11011001 | 1011001 | 1011100 | 0 | 111011 | 111010 | 1111 | 101100111 | 111111 | 111100 |
Color Harmonies of #D9595C
Complementary color
Monochromatic Colors of #D9595C
Black with #D9595C
Text Example
Text Example
White with #D9595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9595C; }
p { color: rgb(217,89,92); }
H1.HeaderClassName
{
color: #D9595C;
}
.AnyTagClassName
{
color: #D9595C;
}
</style>
background-color css
<style>
a { background-color: #D9595C; }
a { background-color: rgb(217,89,92); }
div.DivClassName
{
background-color: #D9595C;
}
.BgClassName
{
background-color: #D9595C;
}
</style>
border-color css
<style>
span { border-color: #D9595C; }
span { border-color: rgb(217,89,92); }
td.TdClassName
{
border-color: #D9595C;
}
.TagClassName
{
border-color: #D9595C;
}
</style>