Shades of Mandy #D2585B
Tints of Mandy #D2585B
RGB
CMYK
RGB Variations
Color information
#D2585B (or 0xD2585B) is known color: Mandy. HEX triplet: D2, 58 and 5B. RGB value is (210,88,91). Sum of RGB (Red+Green+Blue) = 210+88+91=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2585B is #2DA7A4. Grayscale: #7C7C7C. Windows color (decimal): -2992037 or 5986514. OLE color: 5986514.
HSL color Cylindrical-coordinate representation of color #D2585B: hue angle of 358.52º 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 #D2585B is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 91 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.18 |
| HSL | 358.52º | 0.58% | 0.58% | - |
| HSV(B) | 358.52º | 0.58% | 0.82% | - |
| XYZ | 31.96 | 21.44 | 12.35 | - |
| YUV | 124.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 91 | 0 | 0.58 | 0.57 | 0.18 | 358.52 | 0.58 | 0.58 |
| Hex | D2 | 58 | 5B | 0 | 3A | 39 | 12 | 167 | 3A | 3A |
| Octal | 322 | 130 | 133 | 0 | 72 | 71 | 22 | 547 | 72 | 72 |
| Binary | 11010010 | 1011000 | 1011011 | 0 | 111010 | 111001 | 10010 | 101100111 | 111010 | 111010 |
Color Harmonies of #D2585B
Complementary color
Monochromatic Colors of #D2585B
Black with #D2585B
Text Example
Text Example
White with #D2585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2585B; }
p { color: rgb(210,88,91); }
H1.HeaderClassName
{
color: #D2585B;
}
.AnyTagClassName
{
color: #D2585B;
}
</style>
background-color css
<style>
a { background-color: #D2585B; }
a { background-color: rgb(210,88,91); }
div.DivClassName
{
background-color: #D2585B;
}
.BgClassName
{
background-color: #D2585B;
}
</style>
border-color css
<style>
span { border-color: #D2585B; }
span { border-color: rgb(210,88,91); }
td.TdClassName
{
border-color: #D2585B;
}
.TagClassName
{
border-color: #D2585B;
}
</style>