Shades of Mandy #D64053
Tints of Mandy #D64053
RGB
CMYK
RGB Variations
Color information
#D64053 (or 0xD64053) is known color: Mandy. HEX triplet: D6, 40 and 53. RGB value is (214,64,83). Sum of RGB (Red+Green+Blue) = 214+64+83=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D64053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64053 is #29BFAC. Grayscale: #6F6F6F. Windows color (decimal): -2736045 or 5456086. OLE color: 5456086.
HSL color Cylindrical-coordinate representation of color #D64053: hue angle of 352.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64053 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 83 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.16 |
| HSL | 352.4º | 0.65% | 0.55% | - |
| HSV(B) | 352.4º | 0.7% | 0.84% | - |
| XYZ | 31.13 | 18.59 | 10.13 | - |
| YUV | 111.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 83 | 0 | 0.70 | 0.61 | 0.16 | 352.4 | 0.65 | 0.55 |
| Hex | D6 | 40 | 53 | 0 | 46 | 3D | 10 | 160 | 41 | 37 |
| Octal | 326 | 100 | 123 | 0 | 106 | 75 | 20 | 540 | 101 | 67 |
| Binary | 11010110 | 1000000 | 1010011 | 0 | 1000110 | 111101 | 10000 | 101100000 | 1000001 | 110111 |
Color Harmonies of #D64053
Complementary color
Monochromatic Colors of #D64053
Black with #D64053
Text Example
Text Example
White with #D64053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64053; }
p { color: rgb(214,64,83); }
H1.HeaderClassName
{
color: #D64053;
}
.AnyTagClassName
{
color: #D64053;
}
</style>
background-color css
<style>
a { background-color: #D64053; }
a { background-color: rgb(214,64,83); }
div.DivClassName
{
background-color: #D64053;
}
.BgClassName
{
background-color: #D64053;
}
</style>
border-color css
<style>
span { border-color: #D64053; }
span { border-color: rgb(214,64,83); }
td.TdClassName
{
border-color: #D64053;
}
.TagClassName
{
border-color: #D64053;
}
</style>