Shades of Mandy #D25557
Tints of Mandy #D25557
RGB
CMYK
RGB Variations
Color information
#D25557 (or 0xD25557) is known color: Mandy. HEX triplet: D2, 55 and 57. RGB value is (210,85,87). Sum of RGB (Red+Green+Blue) = 210+85+87=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D25557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25557 is #2DAAA8. Grayscale: #7A7A7A. Windows color (decimal): -2992809 or 5723602. OLE color: 5723602.
HSL color Cylindrical-coordinate representation of color #D25557: hue angle of 359.04º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25557 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 87 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.18 |
| HSL | 359.04º | 0.58% | 0.58% | - |
| HSV(B) | 359.04º | 0.6% | 0.82% | - |
| XYZ | 31.55 | 20.89 | 11.39 | - |
| YUV | 122.6 | 107.91 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 87 | 0 | 0.60 | 0.59 | 0.18 | 359.04 | 0.58 | 0.58 |
| Hex | D2 | 55 | 57 | 0 | 3C | 3B | 12 | 167 | 3A | 3A |
| Octal | 322 | 125 | 127 | 0 | 74 | 73 | 22 | 547 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1010111 | 0 | 111100 | 111011 | 10010 | 101100111 | 111010 | 111010 |
Color Harmonies of #D25557
Complementary color
Monochromatic Colors of #D25557
Black with #D25557
Text Example
Text Example
White with #D25557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25557; }
p { color: rgb(210,85,87); }
H1.HeaderClassName
{
color: #D25557;
}
.AnyTagClassName
{
color: #D25557;
}
</style>
background-color css
<style>
a { background-color: #D25557; }
a { background-color: rgb(210,85,87); }
div.DivClassName
{
background-color: #D25557;
}
.BgClassName
{
background-color: #D25557;
}
</style>
border-color css
<style>
span { border-color: #D25557; }
span { border-color: rgb(210,85,87); }
td.TdClassName
{
border-color: #D25557;
}
.TagClassName
{
border-color: #D25557;
}
</style>