Shades of Mandy #D64C5D
Tints of Mandy #D64C5D
RGB
CMYK
RGB Variations
Color information
#D64C5D (or 0xD64C5D) is known color: Mandy. HEX triplet: D6, 4C and 5D. RGB value is (214,76,93). Sum of RGB (Red+Green+Blue) = 214+76+93=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C5D is #29B3A2. Grayscale: #777777. Windows color (decimal): -2732963 or 6114518. OLE color: 6114518.
HSL color Cylindrical-coordinate representation of color #D64C5D: hue angle of 352.61º 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 #D64C5D is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 93 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.16 |
| HSL | 352.61º | 0.63% | 0.57% | - |
| HSV(B) | 352.61º | 0.64% | 0.84% | - |
| XYZ | 32.29 | 20.26 | 12.56 | - |
| YUV | 119.2 | 113.22 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 93 | 0 | 0.64 | 0.57 | 0.16 | 352.61 | 0.63 | 0.57 |
| Hex | D6 | 4C | 5D | 0 | 40 | 39 | 10 | 161 | 3F | 39 |
| Octal | 326 | 114 | 135 | 0 | 100 | 71 | 20 | 541 | 77 | 71 |
| Binary | 11010110 | 1001100 | 1011101 | 0 | 1000000 | 111001 | 10000 | 101100001 | 111111 | 111001 |
Color Harmonies of #D64C5D
Complementary color
Monochromatic Colors of #D64C5D
Black with #D64C5D
Text Example
Text Example
White with #D64C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C5D; }
p { color: rgb(214,76,93); }
H1.HeaderClassName
{
color: #D64C5D;
}
.AnyTagClassName
{
color: #D64C5D;
}
</style>
background-color css
<style>
a { background-color: #D64C5D; }
a { background-color: rgb(214,76,93); }
div.DivClassName
{
background-color: #D64C5D;
}
.BgClassName
{
background-color: #D64C5D;
}
</style>
border-color css
<style>
span { border-color: #D64C5D; }
span { border-color: rgb(214,76,93); }
td.TdClassName
{
border-color: #D64C5D;
}
.TagClassName
{
border-color: #D64C5D;
}
</style>