Shades of Mandy #D45464
Tints of Mandy #D45464
RGB
CMYK
RGB Variations
Color information
#D45464 (or 0xD45464) is known color: Mandy. HEX triplet: D4, 54 and 64. RGB value is (212,84,100). Sum of RGB (Red+Green+Blue) = 212+84+100=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D45464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45464 is #2BAB9B. Grayscale: #7C7C7C. Windows color (decimal): -2861980 or 6575316. OLE color: 6575316.
HSL color Cylindrical-coordinate representation of color #D45464: hue angle of 352.5º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45464 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 100 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.17 |
| HSL | 352.5º | 0.6% | 0.58% | - |
| HSV(B) | 352.5º | 0.6% | 0.83% | - |
| XYZ | 32.62 | 21.26 | 14.44 | - |
| YUV | 124.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 100 | 0 | 0.60 | 0.53 | 0.17 | 352.5 | 0.6 | 0.58 |
| Hex | D4 | 54 | 64 | 0 | 3C | 35 | 11 | 160 | 3C | 3A |
| Octal | 324 | 124 | 144 | 0 | 74 | 65 | 21 | 540 | 74 | 72 |
| Binary | 11010100 | 1010100 | 1100100 | 0 | 111100 | 110101 | 10001 | 101100000 | 111100 | 111010 |
Color Harmonies of #D45464
Complementary color
Monochromatic Colors of #D45464
Black with #D45464
Text Example
Text Example
White with #D45464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45464; }
p { color: rgb(212,84,100); }
H1.HeaderClassName
{
color: #D45464;
}
.AnyTagClassName
{
color: #D45464;
}
</style>
background-color css
<style>
a { background-color: #D45464; }
a { background-color: rgb(212,84,100); }
div.DivClassName
{
background-color: #D45464;
}
.BgClassName
{
background-color: #D45464;
}
</style>
border-color css
<style>
span { border-color: #D45464; }
span { border-color: rgb(212,84,100); }
td.TdClassName
{
border-color: #D45464;
}
.TagClassName
{
border-color: #D45464;
}
</style>