Shades of Mandy #D64A51
Tints of Mandy #D64A51
RGB
CMYK
RGB Variations
Color information
#D64A51 (or 0xD64A51) is known color: Mandy. HEX triplet: D6, 4A and 51. RGB value is (214,74,81). Sum of RGB (Red+Green+Blue) = 214+74+81=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64A51 is #29B5AE. Grayscale: #747474. Windows color (decimal): -2733487 or 5327574. OLE color: 5327574.
HSL color Cylindrical-coordinate representation of color #D64A51: hue angle of 357º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64A51 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 81 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.16 |
| HSL | 357º | 0.63% | 0.56% | - |
| HSV(B) | 357º | 0.65% | 0.84% | - |
| XYZ | 31.67 | 19.79 | 9.94 | - |
| YUV | 116.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 81 | 0 | 0.65 | 0.62 | 0.16 | 357 | 0.63 | 0.56 |
| Hex | D6 | 4A | 51 | 0 | 41 | 3E | 10 | 165 | 3F | 38 |
| Octal | 326 | 112 | 121 | 0 | 101 | 76 | 20 | 545 | 77 | 70 |
| Binary | 11010110 | 1001010 | 1010001 | 0 | 1000001 | 111110 | 10000 | 101100101 | 111111 | 111000 |
Color Harmonies of #D64A51
Complementary color
Monochromatic Colors of #D64A51
Black with #D64A51
Text Example
Text Example
White with #D64A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A51; }
p { color: rgb(214,74,81); }
H1.HeaderClassName
{
color: #D64A51;
}
.AnyTagClassName
{
color: #D64A51;
}
</style>
background-color css
<style>
a { background-color: #D64A51; }
a { background-color: rgb(214,74,81); }
div.DivClassName
{
background-color: #D64A51;
}
.BgClassName
{
background-color: #D64A51;
}
</style>
border-color css
<style>
span { border-color: #D64A51; }
span { border-color: rgb(214,74,81); }
td.TdClassName
{
border-color: #D64A51;
}
.TagClassName
{
border-color: #D64A51;
}
</style>