Shades of Mandy #D8525D
Tints of Mandy #D8525D
RGB
CMYK
RGB Variations
Color information
#D8525D (or 0xD8525D) is known color: Mandy. HEX triplet: D8, 52 and 5D. RGB value is (216,82,93). Sum of RGB (Red+Green+Blue) = 216+82+93=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8525D is #27ADA2. Grayscale: #7B7B7B. Windows color (decimal): -2600355 or 6116056. OLE color: 6116056.
HSL color Cylindrical-coordinate representation of color #D8525D: hue angle of 355.07º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8525D is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 93 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.15 |
| HSL | 355.07º | 0.63% | 0.58% | - |
| HSV(B) | 355.07º | 0.62% | 0.85% | - |
| XYZ | 33.31 | 21.42 | 12.74 | - |
| YUV | 123.32 | 110.89 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 93 | 0 | 0.62 | 0.57 | 0.15 | 355.07 | 0.63 | 0.58 |
| Hex | D8 | 52 | 5D | 0 | 3E | 39 | F | 163 | 3F | 3A |
| Octal | 330 | 122 | 135 | 0 | 76 | 71 | 17 | 543 | 77 | 72 |
| Binary | 11011000 | 1010010 | 1011101 | 0 | 111110 | 111001 | 1111 | 101100011 | 111111 | 111010 |
Color Harmonies of #D8525D
Complementary color
Monochromatic Colors of #D8525D
Black with #D8525D
Text Example
Text Example
White with #D8525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8525D; }
p { color: rgb(216,82,93); }
H1.HeaderClassName
{
color: #D8525D;
}
.AnyTagClassName
{
color: #D8525D;
}
</style>
background-color css
<style>
a { background-color: #D8525D; }
a { background-color: rgb(216,82,93); }
div.DivClassName
{
background-color: #D8525D;
}
.BgClassName
{
background-color: #D8525D;
}
</style>
border-color css
<style>
span { border-color: #D8525D; }
span { border-color: rgb(216,82,93); }
td.TdClassName
{
border-color: #D8525D;
}
.TagClassName
{
border-color: #D8525D;
}
</style>