Shades of Mandy #D05557
Tints of Mandy #D05557
RGB
CMYK
RGB Variations
Color information
#D05557 (or 0xD05557) is known color: Mandy. HEX triplet: D0, 55 and 57. RGB value is (208,85,87). Sum of RGB (Red+Green+Blue) = 208+85+87=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D05557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05557 is #2FAAA8. Grayscale: #7A7A7A. Windows color (decimal): -3123881 or 5723600. OLE color: 5723600.
HSL color Cylindrical-coordinate representation of color #D05557: hue angle of 359.02º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05557 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 87 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.18 |
| HSL | 359.02º | 0.57% | 0.57% | - |
| HSV(B) | 359.02º | 0.59% | 0.82% | - |
| XYZ | 30.98 | 20.6 | 11.36 | - |
| YUV | 122.01 | 108.25 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 87 | 0 | 0.59 | 0.58 | 0.18 | 359.02 | 0.57 | 0.57 |
| Hex | D0 | 55 | 57 | 0 | 3B | 3A | 12 | 167 | 39 | 39 |
| Octal | 320 | 125 | 127 | 0 | 73 | 72 | 22 | 547 | 71 | 71 |
| Binary | 11010000 | 1010101 | 1010111 | 0 | 111011 | 111010 | 10010 | 101100111 | 111001 | 111001 |
Color Harmonies of #D05557
Complementary color
Monochromatic Colors of #D05557
Black with #D05557
Text Example
Text Example
White with #D05557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05557; }
p { color: rgb(208,85,87); }
H1.HeaderClassName
{
color: #D05557;
}
.AnyTagClassName
{
color: #D05557;
}
</style>
background-color css
<style>
a { background-color: #D05557; }
a { background-color: rgb(208,85,87); }
div.DivClassName
{
background-color: #D05557;
}
.BgClassName
{
background-color: #D05557;
}
</style>
border-color css
<style>
span { border-color: #D05557; }
span { border-color: rgb(208,85,87); }
td.TdClassName
{
border-color: #D05557;
}
.TagClassName
{
border-color: #D05557;
}
</style>