Shades of Mandy #D46263
Tints of Mandy #D46263
RGB
CMYK
RGB Variations
Color information
#D46263 (or 0xD46263) is known color: Mandy. HEX triplet: D4, 62 and 63. RGB value is (212,98,99). Sum of RGB (Red+Green+Blue) = 212+98+99=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D46263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46263 is #2B9D9C. Grayscale: #848484. Windows color (decimal): -2858397 or 6513364. OLE color: 6513364.
HSL color Cylindrical-coordinate representation of color #D46263: hue angle of 359.47º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46263 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 99 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.17 |
| HSL | 359.47º | 0.57% | 0.61% | - |
| HSV(B) | 359.47º | 0.54% | 0.83% | - |
| XYZ | 33.77 | 23.63 | 14.59 | - |
| YUV | 132.2 | 109.27 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 99 | 0 | 0.54 | 0.53 | 0.17 | 359.47 | 0.57 | 0.61 |
| Hex | D4 | 62 | 63 | 0 | 36 | 35 | 11 | 167 | 39 | 3D |
| Octal | 324 | 142 | 143 | 0 | 66 | 65 | 21 | 547 | 71 | 75 |
| Binary | 11010100 | 1100010 | 1100011 | 0 | 110110 | 110101 | 10001 | 101100111 | 111001 | 111101 |
Color Harmonies of #D46263
Complementary color
Monochromatic Colors of #D46263
Black with #D46263
Text Example
Text Example
White with #D46263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46263; }
p { color: rgb(212,98,99); }
H1.HeaderClassName
{
color: #D46263;
}
.AnyTagClassName
{
color: #D46263;
}
</style>
background-color css
<style>
a { background-color: #D46263; }
a { background-color: rgb(212,98,99); }
div.DivClassName
{
background-color: #D46263;
}
.BgClassName
{
background-color: #D46263;
}
</style>
border-color css
<style>
span { border-color: #D46263; }
span { border-color: rgb(212,98,99); }
td.TdClassName
{
border-color: #D46263;
}
.TagClassName
{
border-color: #D46263;
}
</style>