Shades of Mandy #D9474E
Tints of Mandy #D9474E
RGB
CMYK
RGB Variations
Color information
#D9474E (or 0xD9474E) is known color: Mandy. HEX triplet: D9, 47 and 4E. RGB value is (217,71,78). Sum of RGB (Red+Green+Blue) = 217+71+78=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D9474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9474E is #26B8B1. Grayscale: #737373. Windows color (decimal): -2537650 or 5130201. OLE color: 5130201.
HSL color Cylindrical-coordinate representation of color #D9474E: hue angle of 357.12º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9474E is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 78 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.15 |
| HSL | 357.12º | 0.66% | 0.56% | - |
| HSV(B) | 357.12º | 0.67% | 0.85% | - |
| XYZ | 32.24 | 19.81 | 9.33 | - |
| YUV | 115.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 78 | 0 | 0.67 | 0.64 | 0.15 | 357.12 | 0.66 | 0.56 |
| Hex | D9 | 47 | 4E | 0 | 43 | 40 | F | 165 | 42 | 38 |
| Octal | 331 | 107 | 116 | 0 | 103 | 100 | 17 | 545 | 102 | 70 |
| Binary | 11011001 | 1000111 | 1001110 | 0 | 1000011 | 1000000 | 1111 | 101100101 | 1000010 | 111000 |
Color Harmonies of #D9474E
Complementary color
Monochromatic Colors of #D9474E
Black with #D9474E
Text Example
Text Example
White with #D9474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9474E; }
p { color: rgb(217,71,78); }
H1.HeaderClassName
{
color: #D9474E;
}
.AnyTagClassName
{
color: #D9474E;
}
</style>
background-color css
<style>
a { background-color: #D9474E; }
a { background-color: rgb(217,71,78); }
div.DivClassName
{
background-color: #D9474E;
}
.BgClassName
{
background-color: #D9474E;
}
</style>
border-color css
<style>
span { border-color: #D9474E; }
span { border-color: rgb(217,71,78); }
td.TdClassName
{
border-color: #D9474E;
}
.TagClassName
{
border-color: #D9474E;
}
</style>