Shades of Mandy #D95C61
Tints of Mandy #D95C61
RGB
CMYK
RGB Variations
Color information
#D95C61 (or 0xD95C61) is known color: Mandy. HEX triplet: D9, 5C and 61. RGB value is (217,92,97). Sum of RGB (Red+Green+Blue) = 217+92+97=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C61 is #26A39E. Grayscale: #828282. Windows color (decimal): -2532255 or 6380761. OLE color: 6380761.
HSL color Cylindrical-coordinate representation of color #D95C61: hue angle of 357.6º 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 #D95C61 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 97 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.15 |
| HSL | 357.6º | 0.62% | 0.61% | - |
| HSV(B) | 357.6º | 0.58% | 0.85% | - |
| XYZ | 34.6 | 23.27 | 13.98 | - |
| YUV | 129.95 | 109.41 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 97 | 0 | 0.58 | 0.55 | 0.15 | 357.6 | 0.62 | 0.61 |
| Hex | D9 | 5C | 61 | 0 | 3A | 37 | F | 166 | 3E | 3D |
| Octal | 331 | 134 | 141 | 0 | 72 | 67 | 17 | 546 | 76 | 75 |
| Binary | 11011001 | 1011100 | 1100001 | 0 | 111010 | 110111 | 1111 | 101100110 | 111110 | 111101 |
Color Harmonies of #D95C61
Complementary color
Monochromatic Colors of #D95C61
Black with #D95C61
Text Example
Text Example
White with #D95C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C61; }
p { color: rgb(217,92,97); }
H1.HeaderClassName
{
color: #D95C61;
}
.AnyTagClassName
{
color: #D95C61;
}
</style>
background-color css
<style>
a { background-color: #D95C61; }
a { background-color: rgb(217,92,97); }
div.DivClassName
{
background-color: #D95C61;
}
.BgClassName
{
background-color: #D95C61;
}
</style>
border-color css
<style>
span { border-color: #D95C61; }
span { border-color: rgb(217,92,97); }
td.TdClassName
{
border-color: #D95C61;
}
.TagClassName
{
border-color: #D95C61;
}
</style>