Shades of Mandy #D95464
Tints of Mandy #D95464
RGB
CMYK
RGB Variations
Color information
#D95464 (or 0xD95464) is known color: Mandy. HEX triplet: D9, 54 and 64. RGB value is (217,84,100). Sum of RGB (Red+Green+Blue) = 217+84+100=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D95464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95464 is #26AB9B. Grayscale: #7D7D7D. Windows color (decimal): -2534300 or 6575321. OLE color: 6575321.
HSL color Cylindrical-coordinate representation of color #D95464: hue angle of 352.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95464 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 100 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.15 |
| HSL | 352.78º | 0.64% | 0.59% | - |
| HSV(B) | 352.78º | 0.61% | 0.85% | - |
| XYZ | 34.09 | 22.01 | 14.51 | - |
| YUV | 125.59 | 113.56 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 100 | 0 | 0.61 | 0.54 | 0.15 | 352.78 | 0.64 | 0.59 |
| Hex | D9 | 54 | 64 | 0 | 3D | 36 | F | 161 | 40 | 3B |
| Octal | 331 | 124 | 144 | 0 | 75 | 66 | 17 | 541 | 100 | 73 |
| Binary | 11011001 | 1010100 | 1100100 | 0 | 111101 | 110110 | 1111 | 101100001 | 1000000 | 111011 |
Color Harmonies of #D95464
Complementary color
Monochromatic Colors of #D95464
Black with #D95464
Text Example
Text Example
White with #D95464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95464; }
p { color: rgb(217,84,100); }
H1.HeaderClassName
{
color: #D95464;
}
.AnyTagClassName
{
color: #D95464;
}
</style>
background-color css
<style>
a { background-color: #D95464; }
a { background-color: rgb(217,84,100); }
div.DivClassName
{
background-color: #D95464;
}
.BgClassName
{
background-color: #D95464;
}
</style>
border-color css
<style>
span { border-color: #D95464; }
span { border-color: rgb(217,84,100); }
td.TdClassName
{
border-color: #D95464;
}
.TagClassName
{
border-color: #D95464;
}
</style>