Shades of Mandy #D64855
Tints of Mandy #D64855
RGB
CMYK
RGB Variations
Color information
#D64855 (or 0xD64855) is known color: Mandy. HEX triplet: D6, 48 and 55. RGB value is (214,72,85). Sum of RGB (Red+Green+Blue) = 214+72+85=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D64855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64855 is #29B7AA. Grayscale: #747474. Windows color (decimal): -2733995 or 5589206. OLE color: 5589206.
HSL color Cylindrical-coordinate representation of color #D64855: hue angle of 354.51º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64855 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 85 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.16 |
| HSL | 354.51º | 0.63% | 0.56% | - |
| HSV(B) | 354.51º | 0.66% | 0.84% | - |
| XYZ | 31.69 | 19.59 | 10.7 | - |
| YUV | 115.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 85 | 0 | 0.66 | 0.60 | 0.16 | 354.51 | 0.63 | 0.56 |
| Hex | D6 | 48 | 55 | 0 | 42 | 3C | 10 | 163 | 3F | 38 |
| Octal | 326 | 110 | 125 | 0 | 102 | 74 | 20 | 543 | 77 | 70 |
| Binary | 11010110 | 1001000 | 1010101 | 0 | 1000010 | 111100 | 10000 | 101100011 | 111111 | 111000 |
Color Harmonies of #D64855
Complementary color
Monochromatic Colors of #D64855
Black with #D64855
Text Example
Text Example
White with #D64855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64855; }
p { color: rgb(214,72,85); }
H1.HeaderClassName
{
color: #D64855;
}
.AnyTagClassName
{
color: #D64855;
}
</style>
background-color css
<style>
a { background-color: #D64855; }
a { background-color: rgb(214,72,85); }
div.DivClassName
{
background-color: #D64855;
}
.BgClassName
{
background-color: #D64855;
}
</style>
border-color css
<style>
span { border-color: #D64855; }
span { border-color: rgb(214,72,85); }
td.TdClassName
{
border-color: #D64855;
}
.TagClassName
{
border-color: #D64855;
}
</style>