Shades of Mandy #D55464
Tints of Mandy #D55464
RGB
CMYK
RGB Variations
Color information
#D55464 (or 0xD55464) is known color: Mandy. HEX triplet: D5, 54 and 64. RGB value is (213,84,100). Sum of RGB (Red+Green+Blue) = 213+84+100=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D55464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55464 is #2AAB9B. Grayscale: #7C7C7C. Windows color (decimal): -2796444 or 6575317. OLE color: 6575317.
HSL color Cylindrical-coordinate representation of color #D55464: hue angle of 352.56º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55464 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 100 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.16 |
| HSL | 352.56º | 0.61% | 0.58% | - |
| HSV(B) | 352.56º | 0.61% | 0.84% | - |
| XYZ | 32.91 | 21.41 | 14.45 | - |
| YUV | 124.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 100 | 0 | 0.61 | 0.53 | 0.16 | 352.56 | 0.61 | 0.58 |
| Hex | D5 | 54 | 64 | 0 | 3D | 35 | 10 | 161 | 3D | 3A |
| Octal | 325 | 124 | 144 | 0 | 75 | 65 | 20 | 541 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1100100 | 0 | 111101 | 110101 | 10000 | 101100001 | 111101 | 111010 |
Color Harmonies of #D55464
Complementary color
Monochromatic Colors of #D55464
Black with #D55464
Text Example
Text Example
White with #D55464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55464; }
p { color: rgb(213,84,100); }
H1.HeaderClassName
{
color: #D55464;
}
.AnyTagClassName
{
color: #D55464;
}
</style>
background-color css
<style>
a { background-color: #D55464; }
a { background-color: rgb(213,84,100); }
div.DivClassName
{
background-color: #D55464;
}
.BgClassName
{
background-color: #D55464;
}
</style>
border-color css
<style>
span { border-color: #D55464; }
span { border-color: rgb(213,84,100); }
td.TdClassName
{
border-color: #D55464;
}
.TagClassName
{
border-color: #D55464;
}
</style>