Shades of Mandy #D64C5B
Tints of Mandy #D64C5B
RGB
CMYK
RGB Variations
Color information
#D64C5B (or 0xD64C5B) is known color: Mandy. HEX triplet: D6, 4C and 5B. RGB value is (214,76,91). Sum of RGB (Red+Green+Blue) = 214+76+91=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C5B is #29B3A4. Grayscale: #777777. Windows color (decimal): -2732965 or 5983446. OLE color: 5983446.
HSL color Cylindrical-coordinate representation of color #D64C5B: hue angle of 353.48º 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 #D64C5B is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 91 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.16 |
| HSL | 353.48º | 0.63% | 0.57% | - |
| HSV(B) | 353.48º | 0.64% | 0.84% | - |
| XYZ | 32.2 | 20.22 | 12.1 | - |
| YUV | 118.97 | 112.22 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 91 | 0 | 0.64 | 0.57 | 0.16 | 353.48 | 0.63 | 0.57 |
| Hex | D6 | 4C | 5B | 0 | 40 | 39 | 10 | 161 | 3F | 39 |
| Octal | 326 | 114 | 133 | 0 | 100 | 71 | 20 | 541 | 77 | 71 |
| Binary | 11010110 | 1001100 | 1011011 | 0 | 1000000 | 111001 | 10000 | 101100001 | 111111 | 111001 |
Color Harmonies of #D64C5B
Complementary color
Monochromatic Colors of #D64C5B
Black with #D64C5B
Text Example
Text Example
White with #D64C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C5B; }
p { color: rgb(214,76,91); }
H1.HeaderClassName
{
color: #D64C5B;
}
.AnyTagClassName
{
color: #D64C5B;
}
</style>
background-color css
<style>
a { background-color: #D64C5B; }
a { background-color: rgb(214,76,91); }
div.DivClassName
{
background-color: #D64C5B;
}
.BgClassName
{
background-color: #D64C5B;
}
</style>
border-color css
<style>
span { border-color: #D64C5B; }
span { border-color: rgb(214,76,91); }
td.TdClassName
{
border-color: #D64C5B;
}
.TagClassName
{
border-color: #D64C5B;
}
</style>