Shades of Mandy #D64C52
Tints of Mandy #D64C52
RGB
CMYK
RGB Variations
Color information
#D64C52 (or 0xD64C52) is known color: Mandy. HEX triplet: D6, 4C and 52. RGB value is (214,76,82). Sum of RGB (Red+Green+Blue) = 214+76+82=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C52 is #29B3AD. Grayscale: #767676. Windows color (decimal): -2732974 or 5393622. OLE color: 5393622.
HSL color Cylindrical-coordinate representation of color #D64C52: hue angle of 357.39º 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 #D64C52 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 82 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.16 |
| HSL | 357.39º | 0.63% | 0.57% | - |
| HSV(B) | 357.39º | 0.64% | 0.84% | - |
| XYZ | 31.84 | 20.07 | 10.18 | - |
| YUV | 117.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 82 | 0 | 0.64 | 0.62 | 0.16 | 357.39 | 0.63 | 0.57 |
| Hex | D6 | 4C | 52 | 0 | 40 | 3E | 10 | 165 | 3F | 39 |
| Octal | 326 | 114 | 122 | 0 | 100 | 76 | 20 | 545 | 77 | 71 |
| Binary | 11010110 | 1001100 | 1010010 | 0 | 1000000 | 111110 | 10000 | 101100101 | 111111 | 111001 |
Color Harmonies of #D64C52
Complementary color
Monochromatic Colors of #D64C52
Black with #D64C52
Text Example
Text Example
White with #D64C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C52; }
p { color: rgb(214,76,82); }
H1.HeaderClassName
{
color: #D64C52;
}
.AnyTagClassName
{
color: #D64C52;
}
</style>
background-color css
<style>
a { background-color: #D64C52; }
a { background-color: rgb(214,76,82); }
div.DivClassName
{
background-color: #D64C52;
}
.BgClassName
{
background-color: #D64C52;
}
</style>
border-color css
<style>
span { border-color: #D64C52; }
span { border-color: rgb(214,76,82); }
td.TdClassName
{
border-color: #D64C52;
}
.TagClassName
{
border-color: #D64C52;
}
</style>