Shades of Mandy #D05759
Tints of Mandy #D05759
RGB
CMYK
RGB Variations
Color information
#D05759 (or 0xD05759) is known color: Mandy. HEX triplet: D0, 57 and 59. RGB value is (208,87,89). Sum of RGB (Red+Green+Blue) = 208+87+89=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D05759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05759 is #2FA8A6. Grayscale: #7B7B7B. Windows color (decimal): -3123367 or 5855184. OLE color: 5855184.
HSL color Cylindrical-coordinate representation of color #D05759: hue angle of 359.01º 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 #D05759 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 89 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.18 |
| HSL | 359.01º | 0.56% | 0.58% | - |
| HSV(B) | 359.01º | 0.58% | 0.82% | - |
| XYZ | 31.22 | 20.95 | 11.85 | - |
| YUV | 123.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 89 | 0 | 0.58 | 0.57 | 0.18 | 359.01 | 0.56 | 0.58 |
| Hex | D0 | 57 | 59 | 0 | 3A | 39 | 12 | 167 | 38 | 3A |
| Octal | 320 | 127 | 131 | 0 | 72 | 71 | 22 | 547 | 70 | 72 |
| Binary | 11010000 | 1010111 | 1011001 | 0 | 111010 | 111001 | 10010 | 101100111 | 111000 | 111010 |
Color Harmonies of #D05759
Complementary color
Monochromatic Colors of #D05759
Black with #D05759
Text Example
Text Example
White with #D05759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05759; }
p { color: rgb(208,87,89); }
H1.HeaderClassName
{
color: #D05759;
}
.AnyTagClassName
{
color: #D05759;
}
</style>
background-color css
<style>
a { background-color: #D05759; }
a { background-color: rgb(208,87,89); }
div.DivClassName
{
background-color: #D05759;
}
.BgClassName
{
background-color: #D05759;
}
</style>
border-color css
<style>
span { border-color: #D05759; }
span { border-color: rgb(208,87,89); }
td.TdClassName
{
border-color: #D05759;
}
.TagClassName
{
border-color: #D05759;
}
</style>