Shades of Mandy #D94D55
Tints of Mandy #D94D55
RGB
CMYK
RGB Variations
Color information
#D94D55 (or 0xD94D55) is known color: Mandy. HEX triplet: D9, 4D and 55. RGB value is (217,77,85). Sum of RGB (Red+Green+Blue) = 217+77+85=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D55 is #26B2AA. Grayscale: #777777. Windows color (decimal): -2536107 or 5590489. OLE color: 5590489.
HSL color Cylindrical-coordinate representation of color #D94D55: hue angle of 356.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94D55 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 85 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.15 |
| HSL | 356.57º | 0.65% | 0.58% | - |
| HSV(B) | 356.57º | 0.65% | 0.85% | - |
| XYZ | 32.91 | 20.72 | 10.86 | - |
| YUV | 119.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 85 | 0 | 0.65 | 0.61 | 0.15 | 356.57 | 0.65 | 0.58 |
| Hex | D9 | 4D | 55 | 0 | 41 | 3D | F | 165 | 41 | 3A |
| Octal | 331 | 115 | 125 | 0 | 101 | 75 | 17 | 545 | 101 | 72 |
| Binary | 11011001 | 1001101 | 1010101 | 0 | 1000001 | 111101 | 1111 | 101100101 | 1000001 | 111010 |
Color Harmonies of #D94D55
Complementary color
Monochromatic Colors of #D94D55
Black with #D94D55
Text Example
Text Example
White with #D94D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D55; }
p { color: rgb(217,77,85); }
H1.HeaderClassName
{
color: #D94D55;
}
.AnyTagClassName
{
color: #D94D55;
}
</style>
background-color css
<style>
a { background-color: #D94D55; }
a { background-color: rgb(217,77,85); }
div.DivClassName
{
background-color: #D94D55;
}
.BgClassName
{
background-color: #D94D55;
}
</style>
border-color css
<style>
span { border-color: #D94D55; }
span { border-color: rgb(217,77,85); }
td.TdClassName
{
border-color: #D94D55;
}
.TagClassName
{
border-color: #D94D55;
}
</style>