Shades of Mandy #D64054
Tints of Mandy #D64054
RGB
CMYK
RGB Variations
Color information
#D64054 (or 0xD64054) is known color: Mandy. HEX triplet: D6, 40 and 54. RGB value is (214,64,84). Sum of RGB (Red+Green+Blue) = 214+64+84=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D64054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64054 is #29BFAB. Grayscale: #6F6F6F. Windows color (decimal): -2736044 or 5521622. OLE color: 5521622.
HSL color Cylindrical-coordinate representation of color #D64054: hue angle of 352º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64054 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 84 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.16 |
| HSL | 352º | 0.65% | 0.55% | - |
| HSV(B) | 352º | 0.7% | 0.84% | - |
| XYZ | 31.17 | 18.6 | 10.34 | - |
| YUV | 111.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 84 | 0 | 0.70 | 0.61 | 0.16 | 352 | 0.65 | 0.55 |
| Hex | D6 | 40 | 54 | 0 | 46 | 3D | 10 | 160 | 41 | 37 |
| Octal | 326 | 100 | 124 | 0 | 106 | 75 | 20 | 540 | 101 | 67 |
| Binary | 11010110 | 1000000 | 1010100 | 0 | 1000110 | 111101 | 10000 | 101100000 | 1000001 | 110111 |
Color Harmonies of #D64054
Complementary color
Monochromatic Colors of #D64054
Black with #D64054
Text Example
Text Example
White with #D64054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64054; }
p { color: rgb(214,64,84); }
H1.HeaderClassName
{
color: #D64054;
}
.AnyTagClassName
{
color: #D64054;
}
</style>
background-color css
<style>
a { background-color: #D64054; }
a { background-color: rgb(214,64,84); }
div.DivClassName
{
background-color: #D64054;
}
.BgClassName
{
background-color: #D64054;
}
</style>
border-color css
<style>
span { border-color: #D64054; }
span { border-color: rgb(214,64,84); }
td.TdClassName
{
border-color: #D64054;
}
.TagClassName
{
border-color: #D64054;
}
</style>