Shades of Mandy #D95962
Tints of Mandy #D95962
RGB
CMYK
RGB Variations
Color information
#D95962 (or 0xD95962) is known color: Mandy. HEX triplet: D9, 59 and 62. RGB value is (217,89,98). Sum of RGB (Red+Green+Blue) = 217+89+98=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D95962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95962 is #26A69D. Grayscale: #808080. Windows color (decimal): -2533022 or 6445529. OLE color: 6445529.
HSL color Cylindrical-coordinate representation of color #D95962: hue angle of 355.78º 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 #D95962 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 89 | 98 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.15 |
| HSL | 355.78º | 0.63% | 0.6% | - |
| HSV(B) | 355.78º | 0.59% | 0.85% | - |
| XYZ | 34.39 | 22.78 | 14.14 | - |
| YUV | 128.3 | 110.91 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 98 | 0 | 0.59 | 0.55 | 0.15 | 355.78 | 0.63 | 0.6 |
| Hex | D9 | 59 | 62 | 0 | 3B | 37 | F | 164 | 3F | 3C |
| Octal | 331 | 131 | 142 | 0 | 73 | 67 | 17 | 544 | 77 | 74 |
| Binary | 11011001 | 1011001 | 1100010 | 0 | 111011 | 110111 | 1111 | 101100100 | 111111 | 111100 |
Color Harmonies of #D95962
Complementary color
Monochromatic Colors of #D95962
Black with #D95962
Text Example
Text Example
White with #D95962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95962; }
p { color: rgb(217,89,98); }
H1.HeaderClassName
{
color: #D95962;
}
.AnyTagClassName
{
color: #D95962;
}
</style>
background-color css
<style>
a { background-color: #D95962; }
a { background-color: rgb(217,89,98); }
div.DivClassName
{
background-color: #D95962;
}
.BgClassName
{
background-color: #D95962;
}
</style>
border-color css
<style>
span { border-color: #D95962; }
span { border-color: rgb(217,89,98); }
td.TdClassName
{
border-color: #D95962;
}
.TagClassName
{
border-color: #D95962;
}
</style>