Shades of Mandy #D45860
Tints of Mandy #D45860
RGB
CMYK
RGB Variations
Color information
#D45860 (or 0xD45860) is known color: Mandy. HEX triplet: D4, 58 and 60. RGB value is (212,88,96). Sum of RGB (Red+Green+Blue) = 212+88+96=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D45860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45860 is #2BA79F. Grayscale: #7E7E7E. Windows color (decimal): -2860960 or 6314196. OLE color: 6314196.
HSL color Cylindrical-coordinate representation of color #D45860: hue angle of 356.13º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45860 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 96 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.17 |
| HSL | 356.13º | 0.59% | 0.59% | - |
| HSV(B) | 356.13º | 0.58% | 0.83% | - |
| XYZ | 32.75 | 21.82 | 13.55 | - |
| YUV | 125.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 96 | 0 | 0.58 | 0.55 | 0.17 | 356.13 | 0.59 | 0.59 |
| Hex | D4 | 58 | 60 | 0 | 3A | 37 | 11 | 164 | 3B | 3B |
| Octal | 324 | 130 | 140 | 0 | 72 | 67 | 21 | 544 | 73 | 73 |
| Binary | 11010100 | 1011000 | 1100000 | 0 | 111010 | 110111 | 10001 | 101100100 | 111011 | 111011 |
Color Harmonies of #D45860
Complementary color
Monochromatic Colors of #D45860
Black with #D45860
Text Example
Text Example
White with #D45860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45860; }
p { color: rgb(212,88,96); }
H1.HeaderClassName
{
color: #D45860;
}
.AnyTagClassName
{
color: #D45860;
}
</style>
background-color css
<style>
a { background-color: #D45860; }
a { background-color: rgb(212,88,96); }
div.DivClassName
{
background-color: #D45860;
}
.BgClassName
{
background-color: #D45860;
}
</style>
border-color css
<style>
span { border-color: #D45860; }
span { border-color: rgb(212,88,96); }
td.TdClassName
{
border-color: #D45860;
}
.TagClassName
{
border-color: #D45860;
}
</style>