Shades of Mandy #D05A5E
Tints of Mandy #D05A5E
RGB
CMYK
RGB Variations
Color information
#D05A5E (or 0xD05A5E) is known color: Mandy. HEX triplet: D0, 5A and 5E. RGB value is (208,90,94). Sum of RGB (Red+Green+Blue) = 208+90+94=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05A5E is #2FA5A1. Grayscale: #7D7D7D. Windows color (decimal): -3122594 or 6183632. OLE color: 6183632.
HSL color Cylindrical-coordinate representation of color #D05A5E: hue angle of 357.97º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05A5E is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 94 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.18 |
| HSL | 357.97º | 0.56% | 0.58% | - |
| HSV(B) | 357.97º | 0.57% | 0.82% | - |
| XYZ | 31.69 | 21.53 | 13.08 | - |
| YUV | 125.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 94 | 0 | 0.57 | 0.55 | 0.18 | 357.97 | 0.56 | 0.58 |
| Hex | D0 | 5A | 5E | 0 | 39 | 37 | 12 | 166 | 38 | 3A |
| Octal | 320 | 132 | 136 | 0 | 71 | 67 | 22 | 546 | 70 | 72 |
| Binary | 11010000 | 1011010 | 1011110 | 0 | 111001 | 110111 | 10010 | 101100110 | 111000 | 111010 |
Color Harmonies of #D05A5E
Complementary color
Monochromatic Colors of #D05A5E
Black with #D05A5E
Text Example
Text Example
White with #D05A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05A5E; }
p { color: rgb(208,90,94); }
H1.HeaderClassName
{
color: #D05A5E;
}
.AnyTagClassName
{
color: #D05A5E;
}
</style>
background-color css
<style>
a { background-color: #D05A5E; }
a { background-color: rgb(208,90,94); }
div.DivClassName
{
background-color: #D05A5E;
}
.BgClassName
{
background-color: #D05A5E;
}
</style>
border-color css
<style>
span { border-color: #D05A5E; }
span { border-color: rgb(208,90,94); }
td.TdClassName
{
border-color: #D05A5E;
}
.TagClassName
{
border-color: #D05A5E;
}
</style>