Shades of Mandy #D05963
Tints of Mandy #D05963
RGB
CMYK
RGB Variations
Color information
#D05963 (or 0xD05963) is known color: Mandy. HEX triplet: D0, 59 and 63. RGB value is (208,89,99). Sum of RGB (Red+Green+Blue) = 208+89+99=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D05963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05963 is #2FA69C. Grayscale: #7D7D7D. Windows color (decimal): -3122845 or 6511056. OLE color: 6511056.
HSL color Cylindrical-coordinate representation of color #D05963: hue angle of 354.96º 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 #D05963 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 99 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.18 |
| HSL | 354.96º | 0.56% | 0.58% | - |
| HSV(B) | 354.96º | 0.57% | 0.82% | - |
| XYZ | 31.84 | 21.46 | 14.27 | - |
| YUV | 125.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 99 | 0 | 0.57 | 0.52 | 0.18 | 354.96 | 0.56 | 0.58 |
| Hex | D0 | 59 | 63 | 0 | 39 | 34 | 12 | 163 | 38 | 3A |
| Octal | 320 | 131 | 143 | 0 | 71 | 64 | 22 | 543 | 70 | 72 |
| Binary | 11010000 | 1011001 | 1100011 | 0 | 111001 | 110100 | 10010 | 101100011 | 111000 | 111010 |
Color Harmonies of #D05963
Complementary color
Monochromatic Colors of #D05963
Black with #D05963
Text Example
Text Example
White with #D05963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05963; }
p { color: rgb(208,89,99); }
H1.HeaderClassName
{
color: #D05963;
}
.AnyTagClassName
{
color: #D05963;
}
</style>
background-color css
<style>
a { background-color: #D05963; }
a { background-color: rgb(208,89,99); }
div.DivClassName
{
background-color: #D05963;
}
.BgClassName
{
background-color: #D05963;
}
</style>
border-color css
<style>
span { border-color: #D05963; }
span { border-color: rgb(208,89,99); }
td.TdClassName
{
border-color: #D05963;
}
.TagClassName
{
border-color: #D05963;
}
</style>