Shades of Mandy #D65456
Tints of Mandy #D65456
RGB
CMYK
RGB Variations
Color information
#D65456 (or 0xD65456) is known color: Mandy. HEX triplet: D6, 54 and 56. RGB value is (214,84,86). Sum of RGB (Red+Green+Blue) = 214+84+86=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D65456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65456 is #29ABA9. Grayscale: #7B7B7B. Windows color (decimal): -2730922 or 5657814. OLE color: 5657814.
HSL color Cylindrical-coordinate representation of color #D65456: hue angle of 359.08º 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 #D65456 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 86 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.16 |
| HSL | 359.08º | 0.61% | 0.58% | - |
| HSV(B) | 359.08º | 0.61% | 0.84% | - |
| XYZ | 32.58 | 21.31 | 11.2 | - |
| YUV | 123.1 | 107.07 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 86 | 0 | 0.61 | 0.60 | 0.16 | 359.08 | 0.61 | 0.58 |
| Hex | D6 | 54 | 56 | 0 | 3D | 3C | 10 | 167 | 3D | 3A |
| Octal | 326 | 124 | 126 | 0 | 75 | 74 | 20 | 547 | 75 | 72 |
| Binary | 11010110 | 1010100 | 1010110 | 0 | 111101 | 111100 | 10000 | 101100111 | 111101 | 111010 |
Color Harmonies of #D65456
Complementary color
Monochromatic Colors of #D65456
Black with #D65456
Text Example
Text Example
White with #D65456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65456; }
p { color: rgb(214,84,86); }
H1.HeaderClassName
{
color: #D65456;
}
.AnyTagClassName
{
color: #D65456;
}
</style>
background-color css
<style>
a { background-color: #D65456; }
a { background-color: rgb(214,84,86); }
div.DivClassName
{
background-color: #D65456;
}
.BgClassName
{
background-color: #D65456;
}
</style>
border-color css
<style>
span { border-color: #D65456; }
span { border-color: rgb(214,84,86); }
td.TdClassName
{
border-color: #D65456;
}
.TagClassName
{
border-color: #D65456;
}
</style>