Shades of Mandy #D05964
Tints of Mandy #D05964
RGB
CMYK
RGB Variations
Color information
#D05964 (or 0xD05964) is known color: Mandy. HEX triplet: D0, 59 and 64. RGB value is (208,89,100). Sum of RGB (Red+Green+Blue) = 208+89+100=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D05964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05964 is #2FA69B. Grayscale: #7D7D7D. Windows color (decimal): -3122844 or 6576592. OLE color: 6576592.
HSL color Cylindrical-coordinate representation of color #D05964: hue angle of 354.45º 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 #D05964 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 100 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.18 |
| HSL | 354.45º | 0.56% | 0.58% | - |
| HSV(B) | 354.45º | 0.57% | 0.82% | - |
| XYZ | 31.89 | 21.47 | 14.52 | - |
| YUV | 125.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 100 | 0 | 0.57 | 0.52 | 0.18 | 354.45 | 0.56 | 0.58 |
| Hex | D0 | 59 | 64 | 0 | 39 | 34 | 12 | 162 | 38 | 3A |
| Octal | 320 | 131 | 144 | 0 | 71 | 64 | 22 | 542 | 70 | 72 |
| Binary | 11010000 | 1011001 | 1100100 | 0 | 111001 | 110100 | 10010 | 101100010 | 111000 | 111010 |
Color Harmonies of #D05964
Complementary color
Monochromatic Colors of #D05964
Black with #D05964
Text Example
Text Example
White with #D05964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05964; }
p { color: rgb(208,89,100); }
H1.HeaderClassName
{
color: #D05964;
}
.AnyTagClassName
{
color: #D05964;
}
</style>
background-color css
<style>
a { background-color: #D05964; }
a { background-color: rgb(208,89,100); }
div.DivClassName
{
background-color: #D05964;
}
.BgClassName
{
background-color: #D05964;
}
</style>
border-color css
<style>
span { border-color: #D05964; }
span { border-color: rgb(208,89,100); }
td.TdClassName
{
border-color: #D05964;
}
.TagClassName
{
border-color: #D05964;
}
</style>