Shades of Mandy #D8474E
Tints of Mandy #D8474E
RGB
CMYK
RGB Variations
Color information
#D8474E (or 0xD8474E) is known color: Mandy. HEX triplet: D8, 47 and 4E. RGB value is (216,71,78). Sum of RGB (Red+Green+Blue) = 216+71+78=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8474E is #27B8B1. Grayscale: #737373. Windows color (decimal): -2603186 or 5130200. OLE color: 5130200.
HSL color Cylindrical-coordinate representation of color #D8474E: hue angle of 357.1º degrees, saturation: 0.65, 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 #D8474E is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 78 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.15 |
| HSL | 357.1º | 0.65% | 0.56% | - |
| HSV(B) | 357.1º | 0.67% | 0.85% | - |
| XYZ | 31.95 | 19.66 | 9.32 | - |
| YUV | 115.15 | 107.04 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 78 | 0 | 0.67 | 0.64 | 0.15 | 357.1 | 0.65 | 0.56 |
| Hex | D8 | 47 | 4E | 0 | 43 | 40 | F | 165 | 41 | 38 |
| Octal | 330 | 107 | 116 | 0 | 103 | 100 | 17 | 545 | 101 | 70 |
| Binary | 11011000 | 1000111 | 1001110 | 0 | 1000011 | 1000000 | 1111 | 101100101 | 1000001 | 111000 |
Color Harmonies of #D8474E
Complementary color
Monochromatic Colors of #D8474E
Black with #D8474E
Text Example
Text Example
White with #D8474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8474E; }
p { color: rgb(216,71,78); }
H1.HeaderClassName
{
color: #D8474E;
}
.AnyTagClassName
{
color: #D8474E;
}
</style>
background-color css
<style>
a { background-color: #D8474E; }
a { background-color: rgb(216,71,78); }
div.DivClassName
{
background-color: #D8474E;
}
.BgClassName
{
background-color: #D8474E;
}
</style>
border-color css
<style>
span { border-color: #D8474E; }
span { border-color: rgb(216,71,78); }
td.TdClassName
{
border-color: #D8474E;
}
.TagClassName
{
border-color: #D8474E;
}
</style>