Shades of Mandy #D6475E
Tints of Mandy #D6475E
RGB
CMYK
RGB Variations
Color information
#D6475E (or 0xD6475E) is known color: Mandy. HEX triplet: D6, 47 and 5E. RGB value is (214,71,94). Sum of RGB (Red+Green+Blue) = 214+71+94=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6475E is #29B8A1. Grayscale: #747474. Windows color (decimal): -2734242 or 6178774. OLE color: 6178774.
HSL color Cylindrical-coordinate representation of color #D6475E: hue angle of 350.35º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6475E is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 94 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.16 |
| HSL | 350.35º | 0.64% | 0.56% | - |
| HSV(B) | 350.35º | 0.67% | 0.84% | - |
| XYZ | 32.01 | 19.61 | 12.69 | - |
| YUV | 116.38 | 115.38 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 94 | 0 | 0.67 | 0.56 | 0.16 | 350.35 | 0.64 | 0.56 |
| Hex | D6 | 47 | 5E | 0 | 43 | 38 | 10 | 15E | 40 | 38 |
| Octal | 326 | 107 | 136 | 0 | 103 | 70 | 20 | 536 | 100 | 70 |
| Binary | 11010110 | 1000111 | 1011110 | 0 | 1000011 | 111000 | 10000 | 101011110 | 1000000 | 111000 |
Color Harmonies of #D6475E
Complementary color
Monochromatic Colors of #D6475E
Black with #D6475E
Text Example
Text Example
White with #D6475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6475E; }
p { color: rgb(214,71,94); }
H1.HeaderClassName
{
color: #D6475E;
}
.AnyTagClassName
{
color: #D6475E;
}
</style>
background-color css
<style>
a { background-color: #D6475E; }
a { background-color: rgb(214,71,94); }
div.DivClassName
{
background-color: #D6475E;
}
.BgClassName
{
background-color: #D6475E;
}
</style>
border-color css
<style>
span { border-color: #D6475E; }
span { border-color: rgb(214,71,94); }
td.TdClassName
{
border-color: #D6475E;
}
.TagClassName
{
border-color: #D6475E;
}
</style>