Shades of Mandy #D9464D
Tints of Mandy #D9464D
RGB
CMYK
RGB Variations
Color information
#D9464D (or 0xD9464D) is known color: Mandy. HEX triplet: D9, 46 and 4D. RGB value is (217,70,77). Sum of RGB (Red+Green+Blue) = 217+70+77=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D9464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9464D is #26B9B2. Grayscale: #727272. Windows color (decimal): -2537907 or 5064409. OLE color: 5064409.
HSL color Cylindrical-coordinate representation of color #D9464D: hue angle of 357.14º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9464D is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 77 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.15 |
| HSL | 357.14º | 0.66% | 0.56% | - |
| HSV(B) | 357.14º | 0.68% | 0.85% | - |
| XYZ | 32.14 | 19.67 | 9.12 | - |
| YUV | 114.75 | 106.7 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 77 | 0 | 0.68 | 0.65 | 0.15 | 357.14 | 0.66 | 0.56 |
| Hex | D9 | 46 | 4D | 0 | 44 | 41 | F | 165 | 42 | 38 |
| Octal | 331 | 106 | 115 | 0 | 104 | 101 | 17 | 545 | 102 | 70 |
| Binary | 11011001 | 1000110 | 1001101 | 0 | 1000100 | 1000001 | 1111 | 101100101 | 1000010 | 111000 |
Color Harmonies of #D9464D
Complementary color
Monochromatic Colors of #D9464D
Black with #D9464D
Text Example
Text Example
White with #D9464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9464D; }
p { color: rgb(217,70,77); }
H1.HeaderClassName
{
color: #D9464D;
}
.AnyTagClassName
{
color: #D9464D;
}
</style>
background-color css
<style>
a { background-color: #D9464D; }
a { background-color: rgb(217,70,77); }
div.DivClassName
{
background-color: #D9464D;
}
.BgClassName
{
background-color: #D9464D;
}
</style>
border-color css
<style>
span { border-color: #D9464D; }
span { border-color: rgb(217,70,77); }
td.TdClassName
{
border-color: #D9464D;
}
.TagClassName
{
border-color: #D9464D;
}
</style>