Shades of Mandy #D64156
Tints of Mandy #D64156
RGB
CMYK
RGB Variations
Color information
#D64156 (or 0xD64156) is known color: Mandy. HEX triplet: D6, 41 and 56. RGB value is (214,65,86). Sum of RGB (Red+Green+Blue) = 214+65+86=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D64156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64156 is #29BEA9. Grayscale: #707070. Windows color (decimal): -2735786 or 5652950. OLE color: 5652950.
HSL color Cylindrical-coordinate representation of color #D64156: hue angle of 351.54º 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 #D64156 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 86 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.16 |
| HSL | 351.54º | 0.65% | 0.55% | - |
| HSV(B) | 351.54º | 0.7% | 0.84% | - |
| XYZ | 31.3 | 18.75 | 10.77 | - |
| YUV | 111.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 86 | 0 | 0.70 | 0.60 | 0.16 | 351.54 | 0.65 | 0.55 |
| Hex | D6 | 41 | 56 | 0 | 46 | 3C | 10 | 160 | 41 | 37 |
| Octal | 326 | 101 | 126 | 0 | 106 | 74 | 20 | 540 | 101 | 67 |
| Binary | 11010110 | 1000001 | 1010110 | 0 | 1000110 | 111100 | 10000 | 101100000 | 1000001 | 110111 |
Color Harmonies of #D64156
Complementary color
Monochromatic Colors of #D64156
Black with #D64156
Text Example
Text Example
White with #D64156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64156; }
p { color: rgb(214,65,86); }
H1.HeaderClassName
{
color: #D64156;
}
.AnyTagClassName
{
color: #D64156;
}
</style>
background-color css
<style>
a { background-color: #D64156; }
a { background-color: rgb(214,65,86); }
div.DivClassName
{
background-color: #D64156;
}
.BgClassName
{
background-color: #D64156;
}
</style>
border-color css
<style>
span { border-color: #D64156; }
span { border-color: rgb(214,65,86); }
td.TdClassName
{
border-color: #D64156;
}
.TagClassName
{
border-color: #D64156;
}
</style>