Shades of Mandy #D64155
Tints of Mandy #D64155
RGB
CMYK
RGB Variations
Color information
#D64155 (or 0xD64155) is known color: Mandy. HEX triplet: D6, 41 and 55. RGB value is (214,65,85). Sum of RGB (Red+Green+Blue) = 214+65+85=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D64155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64155 is #29BEAA. Grayscale: #6F6F6F. Windows color (decimal): -2735787 or 5587414. OLE color: 5587414.
HSL color Cylindrical-coordinate representation of color #D64155: hue angle of 351.95º 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 #D64155 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 85 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.16 |
| HSL | 351.95º | 0.65% | 0.55% | - |
| HSV(B) | 351.95º | 0.7% | 0.84% | - |
| XYZ | 31.26 | 18.73 | 10.56 | - |
| YUV | 111.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 85 | 0 | 0.70 | 0.60 | 0.16 | 351.95 | 0.65 | 0.55 |
| Hex | D6 | 41 | 55 | 0 | 46 | 3C | 10 | 160 | 41 | 37 |
| Octal | 326 | 101 | 125 | 0 | 106 | 74 | 20 | 540 | 101 | 67 |
| Binary | 11010110 | 1000001 | 1010101 | 0 | 1000110 | 111100 | 10000 | 101100000 | 1000001 | 110111 |
Color Harmonies of #D64155
Complementary color
Monochromatic Colors of #D64155
Black with #D64155
Text Example
Text Example
White with #D64155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64155; }
p { color: rgb(214,65,85); }
H1.HeaderClassName
{
color: #D64155;
}
.AnyTagClassName
{
color: #D64155;
}
</style>
background-color css
<style>
a { background-color: #D64155; }
a { background-color: rgb(214,65,85); }
div.DivClassName
{
background-color: #D64155;
}
.BgClassName
{
background-color: #D64155;
}
</style>
border-color css
<style>
span { border-color: #D64155; }
span { border-color: rgb(214,65,85); }
td.TdClassName
{
border-color: #D64155;
}
.TagClassName
{
border-color: #D64155;
}
</style>