Shades of Mandy #D15564
Tints of Mandy #D15564
RGB
CMYK
RGB Variations
Color information
#D15564 (or 0xD15564) is known color: Mandy. HEX triplet: D1, 55 and 64. RGB value is (209,85,100). Sum of RGB (Red+Green+Blue) = 209+85+100=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D15564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15564 is #2EAA9B. Grayscale: #7B7B7B. Windows color (decimal): -3058332 or 6575569. OLE color: 6575569.
HSL color Cylindrical-coordinate representation of color #D15564: hue angle of 352.74º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15564 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 100 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.18 |
| HSL | 352.74º | 0.57% | 0.58% | - |
| HSV(B) | 352.74º | 0.59% | 0.82% | - |
| XYZ | 31.84 | 20.97 | 14.43 | - |
| YUV | 123.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 100 | 0 | 0.59 | 0.52 | 0.18 | 352.74 | 0.57 | 0.58 |
| Hex | D1 | 55 | 64 | 0 | 3B | 34 | 12 | 161 | 39 | 3A |
| Octal | 321 | 125 | 144 | 0 | 73 | 64 | 22 | 541 | 71 | 72 |
| Binary | 11010001 | 1010101 | 1100100 | 0 | 111011 | 110100 | 10010 | 101100001 | 111001 | 111010 |
Color Harmonies of #D15564
Complementary color
Monochromatic Colors of #D15564
Black with #D15564
Text Example
Text Example
White with #D15564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15564; }
p { color: rgb(209,85,100); }
H1.HeaderClassName
{
color: #D15564;
}
.AnyTagClassName
{
color: #D15564;
}
</style>
background-color css
<style>
a { background-color: #D15564; }
a { background-color: rgb(209,85,100); }
div.DivClassName
{
background-color: #D15564;
}
.BgClassName
{
background-color: #D15564;
}
</style>
border-color css
<style>
span { border-color: #D15564; }
span { border-color: rgb(209,85,100); }
td.TdClassName
{
border-color: #D15564;
}
.TagClassName
{
border-color: #D15564;
}
</style>