Shades of Mandy #D8505D
Tints of Mandy #D8505D
RGB
CMYK
RGB Variations
Color information
#D8505D (or 0xD8505D) is known color: Mandy. HEX triplet: D8, 50 and 5D. RGB value is (216,80,93). Sum of RGB (Red+Green+Blue) = 216+80+93=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8505D is #27AFA2. Grayscale: #7A7A7A. Windows color (decimal): -2600867 or 6115544. OLE color: 6115544.
HSL color Cylindrical-coordinate representation of color #D8505D: hue angle of 354.26º 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 #D8505D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 93 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.15 |
| HSL | 354.26º | 0.64% | 0.58% | - |
| HSV(B) | 354.26º | 0.63% | 0.85% | - |
| XYZ | 33.16 | 21.13 | 12.69 | - |
| YUV | 122.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 93 | 0 | 0.63 | 0.57 | 0.15 | 354.26 | 0.64 | 0.58 |
| Hex | D8 | 50 | 5D | 0 | 3F | 39 | F | 162 | 40 | 3A |
| Octal | 330 | 120 | 135 | 0 | 77 | 71 | 17 | 542 | 100 | 72 |
| Binary | 11011000 | 1010000 | 1011101 | 0 | 111111 | 111001 | 1111 | 101100010 | 1000000 | 111010 |
Color Harmonies of #D8505D
Complementary color
Monochromatic Colors of #D8505D
Black with #D8505D
Text Example
Text Example
White with #D8505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8505D; }
p { color: rgb(216,80,93); }
H1.HeaderClassName
{
color: #D8505D;
}
.AnyTagClassName
{
color: #D8505D;
}
</style>
background-color css
<style>
a { background-color: #D8505D; }
a { background-color: rgb(216,80,93); }
div.DivClassName
{
background-color: #D8505D;
}
.BgClassName
{
background-color: #D8505D;
}
</style>
border-color css
<style>
span { border-color: #D8505D; }
span { border-color: rgb(216,80,93); }
td.TdClassName
{
border-color: #D8505D;
}
.TagClassName
{
border-color: #D8505D;
}
</style>