Shades of Mandy #D64556
Tints of Mandy #D64556
RGB
CMYK
RGB Variations
Color information
#D64556 (or 0xD64556) is known color: Mandy. HEX triplet: D6, 45 and 56. RGB value is (214,69,86). Sum of RGB (Red+Green+Blue) = 214+69+86=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D64556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64556 is #29BAA9. Grayscale: #727272. Windows color (decimal): -2734762 or 5653974. OLE color: 5653974.
HSL color Cylindrical-coordinate representation of color #D64556: hue angle of 352.97º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64556 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 86 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.16 |
| HSL | 352.97º | 0.64% | 0.55% | - |
| HSV(B) | 352.97º | 0.68% | 0.84% | - |
| XYZ | 31.54 | 19.22 | 10.85 | - |
| YUV | 114.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 86 | 0 | 0.68 | 0.60 | 0.16 | 352.97 | 0.64 | 0.55 |
| Hex | D6 | 45 | 56 | 0 | 44 | 3C | 10 | 161 | 40 | 37 |
| Octal | 326 | 105 | 126 | 0 | 104 | 74 | 20 | 541 | 100 | 67 |
| Binary | 11010110 | 1000101 | 1010110 | 0 | 1000100 | 111100 | 10000 | 101100001 | 1000000 | 110111 |
Color Harmonies of #D64556
Complementary color
Monochromatic Colors of #D64556
Black with #D64556
Text Example
Text Example
White with #D64556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64556; }
p { color: rgb(214,69,86); }
H1.HeaderClassName
{
color: #D64556;
}
.AnyTagClassName
{
color: #D64556;
}
</style>
background-color css
<style>
a { background-color: #D64556; }
a { background-color: rgb(214,69,86); }
div.DivClassName
{
background-color: #D64556;
}
.BgClassName
{
background-color: #D64556;
}
</style>
border-color css
<style>
span { border-color: #D64556; }
span { border-color: rgb(214,69,86); }
td.TdClassName
{
border-color: #D64556;
}
.TagClassName
{
border-color: #D64556;
}
</style>