Shades of Mandy #D2585F
Tints of Mandy #D2585F
RGB
CMYK
RGB Variations
Color information
#D2585F (or 0xD2585F) is known color: Mandy. HEX triplet: D2, 58 and 5F. RGB value is (210,88,95). Sum of RGB (Red+Green+Blue) = 210+88+95=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D2585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2585F is #2DA7A0. Grayscale: #7D7D7D. Windows color (decimal): -2992033 or 6248658. OLE color: 6248658.
HSL color Cylindrical-coordinate representation of color #D2585F: hue angle of 356.56º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2585F is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 95 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.18 |
| HSL | 356.56º | 0.58% | 0.58% | - |
| HSV(B) | 356.56º | 0.58% | 0.82% | - |
| XYZ | 32.13 | 21.51 | 13.28 | - |
| YUV | 125.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 95 | 0 | 0.58 | 0.55 | 0.18 | 356.56 | 0.58 | 0.58 |
| Hex | D2 | 58 | 5F | 0 | 3A | 37 | 12 | 165 | 3A | 3A |
| Octal | 322 | 130 | 137 | 0 | 72 | 67 | 22 | 545 | 72 | 72 |
| Binary | 11010010 | 1011000 | 1011111 | 0 | 111010 | 110111 | 10010 | 101100101 | 111010 | 111010 |
Color Harmonies of #D2585F
Complementary color
Monochromatic Colors of #D2585F
Black with #D2585F
Text Example
Text Example
White with #D2585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2585F; }
p { color: rgb(210,88,95); }
H1.HeaderClassName
{
color: #D2585F;
}
.AnyTagClassName
{
color: #D2585F;
}
</style>
background-color css
<style>
a { background-color: #D2585F; }
a { background-color: rgb(210,88,95); }
div.DivClassName
{
background-color: #D2585F;
}
.BgClassName
{
background-color: #D2585F;
}
</style>
border-color css
<style>
span { border-color: #D2585F; }
span { border-color: rgb(210,88,95); }
td.TdClassName
{
border-color: #D2585F;
}
.TagClassName
{
border-color: #D2585F;
}
</style>