Shades of Mandy #D7595A
Tints of Mandy #D7595A
RGB
CMYK
RGB Variations
Color information
#D7595A (or 0xD7595A) is known color: Mandy. HEX triplet: D7, 59 and 5A. RGB value is (215,89,90). Sum of RGB (Red+Green+Blue) = 215+89+90=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D7595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7595A is #28A6A5. Grayscale: #7E7E7E. Windows color (decimal): -2664102 or 5921239. OLE color: 5921239.
HSL color Cylindrical-coordinate representation of color #D7595A: hue angle of 359.52º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7595A is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 90 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.16 |
| HSL | 359.52º | 0.61% | 0.6% | - |
| HSV(B) | 359.52º | 0.59% | 0.84% | - |
| XYZ | 33.44 | 22.33 | 12.22 | - |
| YUV | 126.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 90 | 0 | 0.59 | 0.58 | 0.16 | 359.52 | 0.61 | 0.6 |
| Hex | D7 | 59 | 5A | 0 | 3B | 3A | 10 | 168 | 3D | 3C |
| Octal | 327 | 131 | 132 | 0 | 73 | 72 | 20 | 550 | 75 | 74 |
| Binary | 11010111 | 1011001 | 1011010 | 0 | 111011 | 111010 | 10000 | 101101000 | 111101 | 111100 |
Color Harmonies of #D7595A
Complementary color
Monochromatic Colors of #D7595A
Black with #D7595A
Text Example
Text Example
White with #D7595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7595A; }
p { color: rgb(215,89,90); }
H1.HeaderClassName
{
color: #D7595A;
}
.AnyTagClassName
{
color: #D7595A;
}
</style>
background-color css
<style>
a { background-color: #D7595A; }
a { background-color: rgb(215,89,90); }
div.DivClassName
{
background-color: #D7595A;
}
.BgClassName
{
background-color: #D7595A;
}
</style>
border-color css
<style>
span { border-color: #D7595A; }
span { border-color: rgb(215,89,90); }
td.TdClassName
{
border-color: #D7595A;
}
.TagClassName
{
border-color: #D7595A;
}
</style>