Shades of Mandy #D95863
Tints of Mandy #D95863
RGB
CMYK
RGB Variations
Color information
#D95863 (or 0xD95863) is known color: Mandy. HEX triplet: D9, 58 and 63. RGB value is (217,88,99). Sum of RGB (Red+Green+Blue) = 217+88+99=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D95863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95863 is #26A79C. Grayscale: #7F7F7F. Windows color (decimal): -2533277 or 6510809. OLE color: 6510809.
HSL color Cylindrical-coordinate representation of color #D95863: hue angle of 354.88º 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 #D95863 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 99 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.15 |
| HSL | 354.88º | 0.63% | 0.6% | - |
| HSV(B) | 354.88º | 0.59% | 0.85% | - |
| XYZ | 34.36 | 22.63 | 14.36 | - |
| YUV | 127.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 99 | 0 | 0.59 | 0.54 | 0.15 | 354.88 | 0.63 | 0.6 |
| Hex | D9 | 58 | 63 | 0 | 3B | 36 | F | 163 | 3F | 3C |
| Octal | 331 | 130 | 143 | 0 | 73 | 66 | 17 | 543 | 77 | 74 |
| Binary | 11011001 | 1011000 | 1100011 | 0 | 111011 | 110110 | 1111 | 101100011 | 111111 | 111100 |
Color Harmonies of #D95863
Complementary color
Monochromatic Colors of #D95863
Black with #D95863
Text Example
Text Example
White with #D95863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95863; }
p { color: rgb(217,88,99); }
H1.HeaderClassName
{
color: #D95863;
}
.AnyTagClassName
{
color: #D95863;
}
</style>
background-color css
<style>
a { background-color: #D95863; }
a { background-color: rgb(217,88,99); }
div.DivClassName
{
background-color: #D95863;
}
.BgClassName
{
background-color: #D95863;
}
</style>
border-color css
<style>
span { border-color: #D95863; }
span { border-color: rgb(217,88,99); }
td.TdClassName
{
border-color: #D95863;
}
.TagClassName
{
border-color: #D95863;
}
</style>