Shades of Mandy #D8475D
Tints of Mandy #D8475D
RGB
CMYK
RGB Variations
Color information
#D8475D (or 0xD8475D) is known color: Mandy. HEX triplet: D8, 47 and 5D. RGB value is (216,71,93). Sum of RGB (Red+Green+Blue) = 216+71+93=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8475D is #27B8A2. Grayscale: #747474. Windows color (decimal): -2603171 or 6113240. OLE color: 6113240.
HSL color Cylindrical-coordinate representation of color #D8475D: hue angle of 350.9º 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 #D8475D is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 93 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.15 |
| HSL | 350.9º | 0.65% | 0.56% | - |
| HSV(B) | 350.9º | 0.67% | 0.85% | - |
| XYZ | 32.55 | 19.9 | 12.48 | - |
| YUV | 116.86 | 114.54 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 93 | 0 | 0.67 | 0.57 | 0.15 | 350.9 | 0.65 | 0.56 |
| Hex | D8 | 47 | 5D | 0 | 43 | 39 | F | 15F | 41 | 38 |
| Octal | 330 | 107 | 135 | 0 | 103 | 71 | 17 | 537 | 101 | 70 |
| Binary | 11011000 | 1000111 | 1011101 | 0 | 1000011 | 111001 | 1111 | 101011111 | 1000001 | 111000 |
Color Harmonies of #D8475D
Complementary color
Monochromatic Colors of #D8475D
Black with #D8475D
Text Example
Text Example
White with #D8475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8475D; }
p { color: rgb(216,71,93); }
H1.HeaderClassName
{
color: #D8475D;
}
.AnyTagClassName
{
color: #D8475D;
}
</style>
background-color css
<style>
a { background-color: #D8475D; }
a { background-color: rgb(216,71,93); }
div.DivClassName
{
background-color: #D8475D;
}
.BgClassName
{
background-color: #D8475D;
}
</style>
border-color css
<style>
span { border-color: #D8475D; }
span { border-color: rgb(216,71,93); }
td.TdClassName
{
border-color: #D8475D;
}
.TagClassName
{
border-color: #D8475D;
}
</style>