Shades of Mandy #D9494D
Tints of Mandy #D9494D
RGB
CMYK
RGB Variations
Color information
#D9494D (or 0xD9494D) is known color: Mandy. HEX triplet: D9, 49 and 4D. RGB value is (217,73,77). Sum of RGB (Red+Green+Blue) = 217+73+77=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D9494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9494D is #26B6B2. Grayscale: #747474. Windows color (decimal): -2537139 or 5065177. OLE color: 5065177.
HSL color Cylindrical-coordinate representation of color #D9494D: hue angle of 358.33º 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 #D9494D is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 77 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.15 |
| HSL | 358.33º | 0.65% | 0.57% | - |
| HSV(B) | 358.33º | 0.66% | 0.85% | - |
| XYZ | 32.34 | 20.05 | 9.19 | - |
| YUV | 116.51 | 105.71 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 77 | 0 | 0.66 | 0.65 | 0.15 | 358.33 | 0.65 | 0.57 |
| Hex | D9 | 49 | 4D | 0 | 42 | 41 | F | 166 | 41 | 39 |
| Octal | 331 | 111 | 115 | 0 | 102 | 101 | 17 | 546 | 101 | 71 |
| Binary | 11011001 | 1001001 | 1001101 | 0 | 1000010 | 1000001 | 1111 | 101100110 | 1000001 | 111001 |
Color Harmonies of #D9494D
Complementary color
Monochromatic Colors of #D9494D
Black with #D9494D
Text Example
Text Example
White with #D9494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9494D; }
p { color: rgb(217,73,77); }
H1.HeaderClassName
{
color: #D9494D;
}
.AnyTagClassName
{
color: #D9494D;
}
</style>
background-color css
<style>
a { background-color: #D9494D; }
a { background-color: rgb(217,73,77); }
div.DivClassName
{
background-color: #D9494D;
}
.BgClassName
{
background-color: #D9494D;
}
</style>
border-color css
<style>
span { border-color: #D9494D; }
span { border-color: rgb(217,73,77); }
td.TdClassName
{
border-color: #D9494D;
}
.TagClassName
{
border-color: #D9494D;
}
</style>