Shades of Mandy #D64D5C
Tints of Mandy #D64D5C
RGB
CMYK
RGB Variations
Color information
#D64D5C (or 0xD64D5C) is known color: Mandy. HEX triplet: D6, 4D and 5C. RGB value is (214,77,92). Sum of RGB (Red+Green+Blue) = 214+77+92=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D5C is #29B2A3. Grayscale: #777777. Windows color (decimal): -2732708 or 6049238. OLE color: 6049238.
HSL color Cylindrical-coordinate representation of color #D64D5C: hue angle of 353.43º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64D5C is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 92 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.16 |
| HSL | 353.43º | 0.63% | 0.57% | - |
| HSV(B) | 353.43º | 0.64% | 0.84% | - |
| XYZ | 32.32 | 20.38 | 12.35 | - |
| YUV | 119.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 92 | 0 | 0.64 | 0.57 | 0.16 | 353.43 | 0.63 | 0.57 |
| Hex | D6 | 4D | 5C | 0 | 40 | 39 | 10 | 161 | 3F | 39 |
| Octal | 326 | 115 | 134 | 0 | 100 | 71 | 20 | 541 | 77 | 71 |
| Binary | 11010110 | 1001101 | 1011100 | 0 | 1000000 | 111001 | 10000 | 101100001 | 111111 | 111001 |
Color Harmonies of #D64D5C
Complementary color
Monochromatic Colors of #D64D5C
Black with #D64D5C
Text Example
Text Example
White with #D64D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D5C; }
p { color: rgb(214,77,92); }
H1.HeaderClassName
{
color: #D64D5C;
}
.AnyTagClassName
{
color: #D64D5C;
}
</style>
background-color css
<style>
a { background-color: #D64D5C; }
a { background-color: rgb(214,77,92); }
div.DivClassName
{
background-color: #D64D5C;
}
.BgClassName
{
background-color: #D64D5C;
}
</style>
border-color css
<style>
span { border-color: #D64D5C; }
span { border-color: rgb(214,77,92); }
td.TdClassName
{
border-color: #D64D5C;
}
.TagClassName
{
border-color: #D64D5C;
}
</style>