Shades of Mandy #D94D4F
Tints of Mandy #D94D4F
RGB
CMYK
RGB Variations
Color information
#D94D4F (or 0xD94D4F) is known color: Mandy. HEX triplet: D9, 4D and 4F. RGB value is (217,77,79). Sum of RGB (Red+Green+Blue) = 217+77+79=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D4F is #26B2B0. Grayscale: #777777. Windows color (decimal): -2536113 or 5197273. OLE color: 5197273.
HSL color Cylindrical-coordinate representation of color #D94D4F: hue angle of 359.14º 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 #D94D4F is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 79 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.15 |
| HSL | 359.14º | 0.65% | 0.58% | - |
| HSV(B) | 359.14º | 0.65% | 0.85% | - |
| XYZ | 32.68 | 20.62 | 9.66 | - |
| YUV | 119.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 79 | 0 | 0.65 | 0.64 | 0.15 | 359.14 | 0.65 | 0.58 |
| Hex | D9 | 4D | 4F | 0 | 41 | 40 | F | 167 | 41 | 3A |
| Octal | 331 | 115 | 117 | 0 | 101 | 100 | 17 | 547 | 101 | 72 |
| Binary | 11011001 | 1001101 | 1001111 | 0 | 1000001 | 1000000 | 1111 | 101100111 | 1000001 | 111010 |
Color Harmonies of #D94D4F
Complementary color
Monochromatic Colors of #D94D4F
Black with #D94D4F
Text Example
Text Example
White with #D94D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D4F; }
p { color: rgb(217,77,79); }
H1.HeaderClassName
{
color: #D94D4F;
}
.AnyTagClassName
{
color: #D94D4F;
}
</style>
background-color css
<style>
a { background-color: #D94D4F; }
a { background-color: rgb(217,77,79); }
div.DivClassName
{
background-color: #D94D4F;
}
.BgClassName
{
background-color: #D94D4F;
}
</style>
border-color css
<style>
span { border-color: #D94D4F; }
span { border-color: rgb(217,77,79); }
td.TdClassName
{
border-color: #D94D4F;
}
.TagClassName
{
border-color: #D94D4F;
}
</style>