Shades of Mandy #D45663
Tints of Mandy #D45663
RGB
CMYK
RGB Variations
Color information
#D45663 (or 0xD45663) is known color: Mandy. HEX triplet: D4, 56 and 63. RGB value is (212,86,99). Sum of RGB (Red+Green+Blue) = 212+86+99=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D45663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45663 is #2BA99C. Grayscale: #7D7D7D. Windows color (decimal): -2861469 or 6510292. OLE color: 6510292.
HSL color Cylindrical-coordinate representation of color #D45663: hue angle of 353.81º 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 #D45663 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 99 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.17 |
| HSL | 353.81º | 0.59% | 0.58% | - |
| HSV(B) | 353.81º | 0.59% | 0.83% | - |
| XYZ | 32.73 | 21.55 | 14.24 | - |
| YUV | 125.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 99 | 0 | 0.59 | 0.53 | 0.17 | 353.81 | 0.59 | 0.58 |
| Hex | D4 | 56 | 63 | 0 | 3B | 35 | 11 | 162 | 3B | 3A |
| Octal | 324 | 126 | 143 | 0 | 73 | 65 | 21 | 542 | 73 | 72 |
| Binary | 11010100 | 1010110 | 1100011 | 0 | 111011 | 110101 | 10001 | 101100010 | 111011 | 111010 |
Color Harmonies of #D45663
Complementary color
Monochromatic Colors of #D45663
Black with #D45663
Text Example
Text Example
White with #D45663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45663; }
p { color: rgb(212,86,99); }
H1.HeaderClassName
{
color: #D45663;
}
.AnyTagClassName
{
color: #D45663;
}
</style>
background-color css
<style>
a { background-color: #D45663; }
a { background-color: rgb(212,86,99); }
div.DivClassName
{
background-color: #D45663;
}
.BgClassName
{
background-color: #D45663;
}
</style>
border-color css
<style>
span { border-color: #D45663; }
span { border-color: rgb(212,86,99); }
td.TdClassName
{
border-color: #D45663;
}
.TagClassName
{
border-color: #D45663;
}
</style>