Shades of Mandy #D2585E
Tints of Mandy #D2585E
RGB
CMYK
RGB Variations
Color information
#D2585E (or 0xD2585E) is known color: Mandy. HEX triplet: D2, 58 and 5E. RGB value is (210,88,94). Sum of RGB (Red+Green+Blue) = 210+88+94=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2585E is #2DA7A1. Grayscale: #7D7D7D. Windows color (decimal): -2992034 or 6183122. OLE color: 6183122.
HSL color Cylindrical-coordinate representation of color #D2585E: hue angle of 357.05º 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 #D2585E is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 94 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.18 |
| HSL | 357.05º | 0.58% | 0.58% | - |
| HSV(B) | 357.05º | 0.58% | 0.82% | - |
| XYZ | 32.09 | 21.49 | 13.05 | - |
| YUV | 125.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 94 | 0 | 0.58 | 0.55 | 0.18 | 357.05 | 0.58 | 0.58 |
| Hex | D2 | 58 | 5E | 0 | 3A | 37 | 12 | 165 | 3A | 3A |
| Octal | 322 | 130 | 136 | 0 | 72 | 67 | 22 | 545 | 72 | 72 |
| Binary | 11010010 | 1011000 | 1011110 | 0 | 111010 | 110111 | 10010 | 101100101 | 111010 | 111010 |
Color Harmonies of #D2585E
Complementary color
Monochromatic Colors of #D2585E
Black with #D2585E
Text Example
Text Example
White with #D2585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2585E; }
p { color: rgb(210,88,94); }
H1.HeaderClassName
{
color: #D2585E;
}
.AnyTagClassName
{
color: #D2585E;
}
</style>
background-color css
<style>
a { background-color: #D2585E; }
a { background-color: rgb(210,88,94); }
div.DivClassName
{
background-color: #D2585E;
}
.BgClassName
{
background-color: #D2585E;
}
</style>
border-color css
<style>
span { border-color: #D2585E; }
span { border-color: rgb(210,88,94); }
td.TdClassName
{
border-color: #D2585E;
}
.TagClassName
{
border-color: #D2585E;
}
</style>