Shades of Mandy #D8475C
Tints of Mandy #D8475C
RGB
CMYK
RGB Variations
Color information
#D8475C (or 0xD8475C) is known color: Mandy. HEX triplet: D8, 47 and 5C. RGB value is (216,71,92). Sum of RGB (Red+Green+Blue) = 216+71+92=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8475C is #27B8A3. Grayscale: #747474. Windows color (decimal): -2603172 or 6047704. OLE color: 6047704.
HSL color Cylindrical-coordinate representation of color #D8475C: hue angle of 351.31º 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 #D8475C is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 71 | 92 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.15 |
| HSL | 351.31º | 0.65% | 0.56% | - |
| HSV(B) | 351.31º | 0.67% | 0.85% | - |
| XYZ | 32.5 | 19.88 | 12.25 | - |
| YUV | 116.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 71 | 92 | 0 | 0.67 | 0.57 | 0.15 | 351.31 | 0.65 | 0.56 |
| Hex | D8 | 47 | 5C | 0 | 43 | 39 | F | 15F | 41 | 38 |
| Octal | 330 | 107 | 134 | 0 | 103 | 71 | 17 | 537 | 101 | 70 |
| Binary | 11011000 | 1000111 | 1011100 | 0 | 1000011 | 111001 | 1111 | 101011111 | 1000001 | 111000 |
Color Harmonies of #D8475C
Complementary color
Monochromatic Colors of #D8475C
Black with #D8475C
Text Example
Text Example
White with #D8475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8475C; }
p { color: rgb(216,71,92); }
H1.HeaderClassName
{
color: #D8475C;
}
.AnyTagClassName
{
color: #D8475C;
}
</style>
background-color css
<style>
a { background-color: #D8475C; }
a { background-color: rgb(216,71,92); }
div.DivClassName
{
background-color: #D8475C;
}
.BgClassName
{
background-color: #D8475C;
}
</style>
border-color css
<style>
span { border-color: #D8475C; }
span { border-color: rgb(216,71,92); }
td.TdClassName
{
border-color: #D8475C;
}
.TagClassName
{
border-color: #D8475C;
}
</style>