Shades of Mandy #D64A50
Tints of Mandy #D64A50
RGB
CMYK
RGB Variations
Color information
#D64A50 (or 0xD64A50) is known color: Mandy. HEX triplet: D6, 4A and 50. RGB value is (214,74,80). Sum of RGB (Red+Green+Blue) = 214+74+80=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64A50 is #29B5AF. Grayscale: #747474. Windows color (decimal): -2733488 or 5262038. OLE color: 5262038.
HSL color Cylindrical-coordinate representation of color #D64A50: hue angle of 357.43º 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 #D64A50 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 80 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.16 |
| HSL | 357.43º | 0.63% | 0.56% | - |
| HSV(B) | 357.43º | 0.65% | 0.84% | - |
| XYZ | 31.63 | 19.77 | 9.74 | - |
| YUV | 116.54 | 107.38 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 80 | 0 | 0.65 | 0.63 | 0.16 | 357.43 | 0.63 | 0.56 |
| Hex | D6 | 4A | 50 | 0 | 41 | 3F | 10 | 165 | 3F | 38 |
| Octal | 326 | 112 | 120 | 0 | 101 | 77 | 20 | 545 | 77 | 70 |
| Binary | 11010110 | 1001010 | 1010000 | 0 | 1000001 | 111111 | 10000 | 101100101 | 111111 | 111000 |
Color Harmonies of #D64A50
Complementary color
Monochromatic Colors of #D64A50
Black with #D64A50
Text Example
Text Example
White with #D64A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A50; }
p { color: rgb(214,74,80); }
H1.HeaderClassName
{
color: #D64A50;
}
.AnyTagClassName
{
color: #D64A50;
}
</style>
background-color css
<style>
a { background-color: #D64A50; }
a { background-color: rgb(214,74,80); }
div.DivClassName
{
background-color: #D64A50;
}
.BgClassName
{
background-color: #D64A50;
}
</style>
border-color css
<style>
span { border-color: #D64A50; }
span { border-color: rgb(214,74,80); }
td.TdClassName
{
border-color: #D64A50;
}
.TagClassName
{
border-color: #D64A50;
}
</style>