Shades of Mandy #D05D60
Tints of Mandy #D05D60
RGB
CMYK
RGB Variations
Color information
#D05D60 (or 0xD05D60) is known color: Mandy. HEX triplet: D0, 5D and 60. RGB value is (208,93,96). Sum of RGB (Red+Green+Blue) = 208+93+96=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05D60 is #2FA29F. Grayscale: #7F7F7F. Windows color (decimal): -3121824 or 6315472. OLE color: 6315472.
HSL color Cylindrical-coordinate representation of color #D05D60: hue angle of 358.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05D60 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 96 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.18 |
| HSL | 358.43º | 0.55% | 0.59% | - |
| HSV(B) | 358.43º | 0.55% | 0.82% | - |
| XYZ | 32.04 | 22.08 | 13.64 | - |
| YUV | 127.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 96 | 0 | 0.55 | 0.54 | 0.18 | 358.43 | 0.55 | 0.59 |
| Hex | D0 | 5D | 60 | 0 | 37 | 36 | 12 | 166 | 37 | 3B |
| Octal | 320 | 135 | 140 | 0 | 67 | 66 | 22 | 546 | 67 | 73 |
| Binary | 11010000 | 1011101 | 1100000 | 0 | 110111 | 110110 | 10010 | 101100110 | 110111 | 111011 |
Color Harmonies of #D05D60
Complementary color
Monochromatic Colors of #D05D60
Black with #D05D60
Text Example
Text Example
White with #D05D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D60; }
p { color: rgb(208,93,96); }
H1.HeaderClassName
{
color: #D05D60;
}
.AnyTagClassName
{
color: #D05D60;
}
</style>
background-color css
<style>
a { background-color: #D05D60; }
a { background-color: rgb(208,93,96); }
div.DivClassName
{
background-color: #D05D60;
}
.BgClassName
{
background-color: #D05D60;
}
</style>
border-color css
<style>
span { border-color: #D05D60; }
span { border-color: rgb(208,93,96); }
td.TdClassName
{
border-color: #D05D60;
}
.TagClassName
{
border-color: #D05D60;
}
</style>