Shades of Mandy #D45762
Tints of Mandy #D45762
RGB
CMYK
RGB Variations
Color information
#D45762 (or 0xD45762) is known color: Mandy. HEX triplet: D4, 57 and 62. RGB value is (212,87,98). Sum of RGB (Red+Green+Blue) = 212+87+98=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D45762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45762 is #2BA89D. Grayscale: #7D7D7D. Windows color (decimal): -2861214 or 6445012. OLE color: 6445012.
HSL color Cylindrical-coordinate representation of color #D45762: hue angle of 354.72º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D45762 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 87 | 98 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.17 |
| HSL | 354.72º | 0.59% | 0.59% | - |
| HSV(B) | 354.72º | 0.59% | 0.83% | - |
| XYZ | 32.76 | 21.7 | 14.02 | - |
| YUV | 125.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 87 | 98 | 0 | 0.59 | 0.54 | 0.17 | 354.72 | 0.59 | 0.59 |
| Hex | D4 | 57 | 62 | 0 | 3B | 36 | 11 | 163 | 3B | 3B |
| Octal | 324 | 127 | 142 | 0 | 73 | 66 | 21 | 543 | 73 | 73 |
| Binary | 11010100 | 1010111 | 1100010 | 0 | 111011 | 110110 | 10001 | 101100011 | 111011 | 111011 |
Color Harmonies of #D45762
Complementary color
Monochromatic Colors of #D45762
Black with #D45762
Text Example
Text Example
White with #D45762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45762; }
p { color: rgb(212,87,98); }
H1.HeaderClassName
{
color: #D45762;
}
.AnyTagClassName
{
color: #D45762;
}
</style>
background-color css
<style>
a { background-color: #D45762; }
a { background-color: rgb(212,87,98); }
div.DivClassName
{
background-color: #D45762;
}
.BgClassName
{
background-color: #D45762;
}
</style>
border-color css
<style>
span { border-color: #D45762; }
span { border-color: rgb(212,87,98); }
td.TdClassName
{
border-color: #D45762;
}
.TagClassName
{
border-color: #D45762;
}
</style>