Shades of Mandy #D0575E
Tints of Mandy #D0575E
RGB
CMYK
RGB Variations
Color information
#D0575E (or 0xD0575E) is known color: Mandy. HEX triplet: D0, 57 and 5E. RGB value is (208,87,94). Sum of RGB (Red+Green+Blue) = 208+87+94=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0575E is #2FA8A1. Grayscale: #7C7C7C. Windows color (decimal): -3123362 or 6182864. OLE color: 6182864.
HSL color Cylindrical-coordinate representation of color #D0575E: hue angle of 356.53º degrees, saturation: 0.56, 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 #D0575E is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 94 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.18 |
| HSL | 356.53º | 0.56% | 0.58% | - |
| HSV(B) | 356.53º | 0.58% | 0.82% | - |
| XYZ | 31.44 | 21.03 | 12.99 | - |
| YUV | 123.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 94 | 0 | 0.58 | 0.55 | 0.18 | 356.53 | 0.56 | 0.58 |
| Hex | D0 | 57 | 5E | 0 | 3A | 37 | 12 | 165 | 38 | 3A |
| Octal | 320 | 127 | 136 | 0 | 72 | 67 | 22 | 545 | 70 | 72 |
| Binary | 11010000 | 1010111 | 1011110 | 0 | 111010 | 110111 | 10010 | 101100101 | 111000 | 111010 |
Color Harmonies of #D0575E
Complementary color
Monochromatic Colors of #D0575E
Black with #D0575E
Text Example
Text Example
White with #D0575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0575E; }
p { color: rgb(208,87,94); }
H1.HeaderClassName
{
color: #D0575E;
}
.AnyTagClassName
{
color: #D0575E;
}
</style>
background-color css
<style>
a { background-color: #D0575E; }
a { background-color: rgb(208,87,94); }
div.DivClassName
{
background-color: #D0575E;
}
.BgClassName
{
background-color: #D0575E;
}
</style>
border-color css
<style>
span { border-color: #D0575E; }
span { border-color: rgb(208,87,94); }
td.TdClassName
{
border-color: #D0575E;
}
.TagClassName
{
border-color: #D0575E;
}
</style>