Shades of Mandy #D45664
Tints of Mandy #D45664
RGB
CMYK
RGB Variations
Color information
#D45664 (or 0xD45664) is known color: Mandy. HEX triplet: D4, 56 and 64. RGB value is (212,86,100). Sum of RGB (Red+Green+Blue) = 212+86+100=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D45664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45664 is #2BA99B. Grayscale: #7D7D7D. Windows color (decimal): -2861468 or 6575828. OLE color: 6575828.
HSL color Cylindrical-coordinate representation of color #D45664: hue angle of 353.33º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D45664 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 100 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.17 |
| HSL | 353.33º | 0.59% | 0.58% | - |
| HSV(B) | 353.33º | 0.59% | 0.83% | - |
| XYZ | 32.78 | 21.57 | 14.49 | - |
| YUV | 125.27 | 113.74 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 100 | 0 | 0.59 | 0.53 | 0.17 | 353.33 | 0.59 | 0.58 |
| Hex | D4 | 56 | 64 | 0 | 3B | 35 | 11 | 161 | 3B | 3A |
| Octal | 324 | 126 | 144 | 0 | 73 | 65 | 21 | 541 | 73 | 72 |
| Binary | 11010100 | 1010110 | 1100100 | 0 | 111011 | 110101 | 10001 | 101100001 | 111011 | 111010 |
Color Harmonies of #D45664
Complementary color
Monochromatic Colors of #D45664
Black with #D45664
Text Example
Text Example
White with #D45664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45664; }
p { color: rgb(212,86,100); }
H1.HeaderClassName
{
color: #D45664;
}
.AnyTagClassName
{
color: #D45664;
}
</style>
background-color css
<style>
a { background-color: #D45664; }
a { background-color: rgb(212,86,100); }
div.DivClassName
{
background-color: #D45664;
}
.BgClassName
{
background-color: #D45664;
}
</style>
border-color css
<style>
span { border-color: #D45664; }
span { border-color: rgb(212,86,100); }
td.TdClassName
{
border-color: #D45664;
}
.TagClassName
{
border-color: #D45664;
}
</style>