Shades of Mandy #D94956
Tints of Mandy #D94956
RGB
CMYK
RGB Variations
Color information
#D94956 (or 0xD94956) is known color: Mandy. HEX triplet: D9, 49 and 56. RGB value is (217,73,86). Sum of RGB (Red+Green+Blue) = 217+73+86=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D94956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94956 is #26B6A9. Grayscale: #757575. Windows color (decimal): -2537130 or 5655001. OLE color: 5655001.
HSL color Cylindrical-coordinate representation of color #D94956: hue angle of 354.58º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94956 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 86 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.15 |
| HSL | 354.58º | 0.65% | 0.57% | - |
| HSV(B) | 354.58º | 0.66% | 0.85% | - |
| XYZ | 32.68 | 20.19 | 10.98 | - |
| YUV | 117.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 86 | 0 | 0.66 | 0.60 | 0.15 | 354.58 | 0.65 | 0.57 |
| Hex | D9 | 49 | 56 | 0 | 42 | 3C | F | 163 | 41 | 39 |
| Octal | 331 | 111 | 126 | 0 | 102 | 74 | 17 | 543 | 101 | 71 |
| Binary | 11011001 | 1001001 | 1010110 | 0 | 1000010 | 111100 | 1111 | 101100011 | 1000001 | 111001 |
Color Harmonies of #D94956
Complementary color
Monochromatic Colors of #D94956
Black with #D94956
Text Example
Text Example
White with #D94956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94956; }
p { color: rgb(217,73,86); }
H1.HeaderClassName
{
color: #D94956;
}
.AnyTagClassName
{
color: #D94956;
}
</style>
background-color css
<style>
a { background-color: #D94956; }
a { background-color: rgb(217,73,86); }
div.DivClassName
{
background-color: #D94956;
}
.BgClassName
{
background-color: #D94956;
}
</style>
border-color css
<style>
span { border-color: #D94956; }
span { border-color: rgb(217,73,86); }
td.TdClassName
{
border-color: #D94956;
}
.TagClassName
{
border-color: #D94956;
}
</style>