Shades of Mandy #D15B64
Tints of Mandy #D15B64
RGB
CMYK
RGB Variations
Color information
#D15B64 (or 0xD15B64) is known color: Mandy. HEX triplet: D1, 5B and 64. RGB value is (209,91,100). Sum of RGB (Red+Green+Blue) = 209+91+100=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15B64 is #2EA49B. Grayscale: #7F7F7F. Windows color (decimal): -3056796 or 6577105. OLE color: 6577105.
HSL color Cylindrical-coordinate representation of color #D15B64: hue angle of 355.42º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15B64 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 100 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.18 |
| HSL | 355.42º | 0.56% | 0.59% | - |
| HSV(B) | 355.42º | 0.56% | 0.82% | - |
| XYZ | 32.34 | 21.96 | 14.59 | - |
| YUV | 127.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 100 | 0 | 0.56 | 0.52 | 0.18 | 355.42 | 0.56 | 0.59 |
| Hex | D1 | 5B | 64 | 0 | 38 | 34 | 12 | 163 | 38 | 3B |
| Octal | 321 | 133 | 144 | 0 | 70 | 64 | 22 | 543 | 70 | 73 |
| Binary | 11010001 | 1011011 | 1100100 | 0 | 111000 | 110100 | 10010 | 101100011 | 111000 | 111011 |
Color Harmonies of #D15B64
Complementary color
Monochromatic Colors of #D15B64
Black with #D15B64
Text Example
Text Example
White with #D15B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B64; }
p { color: rgb(209,91,100); }
H1.HeaderClassName
{
color: #D15B64;
}
.AnyTagClassName
{
color: #D15B64;
}
</style>
background-color css
<style>
a { background-color: #D15B64; }
a { background-color: rgb(209,91,100); }
div.DivClassName
{
background-color: #D15B64;
}
.BgClassName
{
background-color: #D15B64;
}
</style>
border-color css
<style>
span { border-color: #D15B64; }
span { border-color: rgb(209,91,100); }
td.TdClassName
{
border-color: #D15B64;
}
.TagClassName
{
border-color: #D15B64;
}
</style>