Shades of Mandy #D95559
Tints of Mandy #D95559
RGB
CMYK
RGB Variations
Color information
#D95559 (or 0xD95559) is known color: Mandy. HEX triplet: D9, 55 and 59. RGB value is (217,85,89). Sum of RGB (Red+Green+Blue) = 217+85+89=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D95559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95559 is #26AAA6. Grayscale: #7D7D7D. Windows color (decimal): -2534055 or 5854681. OLE color: 5854681.
HSL color Cylindrical-coordinate representation of color #D95559: hue angle of 358.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95559 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 89 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.15 |
| HSL | 358.18º | 0.63% | 0.59% | - |
| HSV(B) | 358.18º | 0.61% | 0.85% | - |
| XYZ | 33.67 | 21.97 | 11.92 | - |
| YUV | 124.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 89 | 0 | 0.61 | 0.59 | 0.15 | 358.18 | 0.63 | 0.59 |
| Hex | D9 | 55 | 59 | 0 | 3D | 3B | F | 166 | 3F | 3B |
| Octal | 331 | 125 | 131 | 0 | 75 | 73 | 17 | 546 | 77 | 73 |
| Binary | 11011001 | 1010101 | 1011001 | 0 | 111101 | 111011 | 1111 | 101100110 | 111111 | 111011 |
Color Harmonies of #D95559
Complementary color
Monochromatic Colors of #D95559
Black with #D95559
Text Example
Text Example
White with #D95559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95559; }
p { color: rgb(217,85,89); }
H1.HeaderClassName
{
color: #D95559;
}
.AnyTagClassName
{
color: #D95559;
}
</style>
background-color css
<style>
a { background-color: #D95559; }
a { background-color: rgb(217,85,89); }
div.DivClassName
{
background-color: #D95559;
}
.BgClassName
{
background-color: #D95559;
}
</style>
border-color css
<style>
span { border-color: #D95559; }
span { border-color: rgb(217,85,89); }
td.TdClassName
{
border-color: #D95559;
}
.TagClassName
{
border-color: #D95559;
}
</style>