Shades of Mandy #D8505E
Tints of Mandy #D8505E
RGB
CMYK
RGB Variations
Color information
#D8505E (or 0xD8505E) is known color: Mandy. HEX triplet: D8, 50 and 5E. RGB value is (216,80,94). Sum of RGB (Red+Green+Blue) = 216+80+94=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8505E is #27AFA1. Grayscale: #7A7A7A. Windows color (decimal): -2600866 or 6181080. OLE color: 6181080.
HSL color Cylindrical-coordinate representation of color #D8505E: hue angle of 353.82º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8505E is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 94 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.15 |
| HSL | 353.82º | 0.64% | 0.58% | - |
| HSV(B) | 353.82º | 0.63% | 0.85% | - |
| XYZ | 33.21 | 21.14 | 12.92 | - |
| YUV | 122.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 94 | 0 | 0.63 | 0.56 | 0.15 | 353.82 | 0.64 | 0.58 |
| Hex | D8 | 50 | 5E | 0 | 3F | 38 | F | 162 | 40 | 3A |
| Octal | 330 | 120 | 136 | 0 | 77 | 70 | 17 | 542 | 100 | 72 |
| Binary | 11011000 | 1010000 | 1011110 | 0 | 111111 | 111000 | 1111 | 101100010 | 1000000 | 111010 |
Color Harmonies of #D8505E
Complementary color
Monochromatic Colors of #D8505E
Black with #D8505E
Text Example
Text Example
White with #D8505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8505E; }
p { color: rgb(216,80,94); }
H1.HeaderClassName
{
color: #D8505E;
}
.AnyTagClassName
{
color: #D8505E;
}
</style>
background-color css
<style>
a { background-color: #D8505E; }
a { background-color: rgb(216,80,94); }
div.DivClassName
{
background-color: #D8505E;
}
.BgClassName
{
background-color: #D8505E;
}
</style>
border-color css
<style>
span { border-color: #D8505E; }
span { border-color: rgb(216,80,94); }
td.TdClassName
{
border-color: #D8505E;
}
.TagClassName
{
border-color: #D8505E;
}
</style>