Shades of Mandy #D64553
Tints of Mandy #D64553
RGB
CMYK
RGB Variations
Color information
#D64553 (or 0xD64553) is known color: Mandy. HEX triplet: D6, 45 and 53. RGB value is (214,69,83). Sum of RGB (Red+Green+Blue) = 214+69+83=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D64553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64553 is #29BAAC. Grayscale: #727272. Windows color (decimal): -2734765 or 5457366. OLE color: 5457366.
HSL color Cylindrical-coordinate representation of color #D64553: hue angle of 354.21º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64553 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 83 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.16 |
| HSL | 354.21º | 0.64% | 0.55% | - |
| HSV(B) | 354.21º | 0.68% | 0.84% | - |
| XYZ | 31.42 | 19.18 | 10.23 | - |
| YUV | 113.95 | 110.54 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 83 | 0 | 0.68 | 0.61 | 0.16 | 354.21 | 0.64 | 0.55 |
| Hex | D6 | 45 | 53 | 0 | 44 | 3D | 10 | 162 | 40 | 37 |
| Octal | 326 | 105 | 123 | 0 | 104 | 75 | 20 | 542 | 100 | 67 |
| Binary | 11010110 | 1000101 | 1010011 | 0 | 1000100 | 111101 | 10000 | 101100010 | 1000000 | 110111 |
Color Harmonies of #D64553
Complementary color
Monochromatic Colors of #D64553
Black with #D64553
Text Example
Text Example
White with #D64553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64553; }
p { color: rgb(214,69,83); }
H1.HeaderClassName
{
color: #D64553;
}
.AnyTagClassName
{
color: #D64553;
}
</style>
background-color css
<style>
a { background-color: #D64553; }
a { background-color: rgb(214,69,83); }
div.DivClassName
{
background-color: #D64553;
}
.BgClassName
{
background-color: #D64553;
}
</style>
border-color css
<style>
span { border-color: #D64553; }
span { border-color: rgb(214,69,83); }
td.TdClassName
{
border-color: #D64553;
}
.TagClassName
{
border-color: #D64553;
}
</style>