Shades of Mandy #D85058
Tints of Mandy #D85058
RGB
CMYK
RGB Variations
Color information
#D85058 (or 0xD85058) is known color: Mandy. HEX triplet: D8, 50 and 58. RGB value is (216,80,88). Sum of RGB (Red+Green+Blue) = 216+80+88=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D85058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85058 is #27AFA7. Grayscale: #797979. Windows color (decimal): -2600872 or 5787864. OLE color: 5787864.
HSL color Cylindrical-coordinate representation of color #D85058: hue angle of 356.47º 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 #D85058 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 88 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.15 |
| HSL | 356.47º | 0.64% | 0.58% | - |
| HSV(B) | 356.47º | 0.63% | 0.85% | - |
| XYZ | 32.95 | 21.04 | 11.56 | - |
| YUV | 121.58 | 109.06 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 88 | 0 | 0.63 | 0.59 | 0.15 | 356.47 | 0.64 | 0.58 |
| Hex | D8 | 50 | 58 | 0 | 3F | 3B | F | 164 | 40 | 3A |
| Octal | 330 | 120 | 130 | 0 | 77 | 73 | 17 | 544 | 100 | 72 |
| Binary | 11011000 | 1010000 | 1011000 | 0 | 111111 | 111011 | 1111 | 101100100 | 1000000 | 111010 |
Color Harmonies of #D85058
Complementary color
Monochromatic Colors of #D85058
Black with #D85058
Text Example
Text Example
White with #D85058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85058; }
p { color: rgb(216,80,88); }
H1.HeaderClassName
{
color: #D85058;
}
.AnyTagClassName
{
color: #D85058;
}
</style>
background-color css
<style>
a { background-color: #D85058; }
a { background-color: rgb(216,80,88); }
div.DivClassName
{
background-color: #D85058;
}
.BgClassName
{
background-color: #D85058;
}
</style>
border-color css
<style>
span { border-color: #D85058; }
span { border-color: rgb(216,80,88); }
td.TdClassName
{
border-color: #D85058;
}
.TagClassName
{
border-color: #D85058;
}
</style>