Shades of Mandy #D95C64
Tints of Mandy #D95C64
RGB
CMYK
RGB Variations
Color information
#D95C64 (or 0xD95C64) is known color: Mandy. HEX triplet: D9, 5C and 64. RGB value is (217,92,100). Sum of RGB (Red+Green+Blue) = 217+92+100=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C64 is #26A39B. Grayscale: #828282. Windows color (decimal): -2532252 or 6577369. OLE color: 6577369.
HSL color Cylindrical-coordinate representation of color #D95C64: hue angle of 356.16º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95C64 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 100 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.15 |
| HSL | 356.16º | 0.62% | 0.61% | - |
| HSV(B) | 356.16º | 0.58% | 0.85% | - |
| XYZ | 34.74 | 23.33 | 14.73 | - |
| YUV | 130.29 | 110.91 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 100 | 0 | 0.58 | 0.54 | 0.15 | 356.16 | 0.62 | 0.61 |
| Hex | D9 | 5C | 64 | 0 | 3A | 36 | F | 164 | 3E | 3D |
| Octal | 331 | 134 | 144 | 0 | 72 | 66 | 17 | 544 | 76 | 75 |
| Binary | 11011001 | 1011100 | 1100100 | 0 | 111010 | 110110 | 1111 | 101100100 | 111110 | 111101 |
Color Harmonies of #D95C64
Complementary color
Monochromatic Colors of #D95C64
Black with #D95C64
Text Example
Text Example
White with #D95C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C64; }
p { color: rgb(217,92,100); }
H1.HeaderClassName
{
color: #D95C64;
}
.AnyTagClassName
{
color: #D95C64;
}
</style>
background-color css
<style>
a { background-color: #D95C64; }
a { background-color: rgb(217,92,100); }
div.DivClassName
{
background-color: #D95C64;
}
.BgClassName
{
background-color: #D95C64;
}
</style>
border-color css
<style>
span { border-color: #D95C64; }
span { border-color: rgb(217,92,100); }
td.TdClassName
{
border-color: #D95C64;
}
.TagClassName
{
border-color: #D95C64;
}
</style>