Shades of Mandy #D64558
Tints of Mandy #D64558
RGB
CMYK
RGB Variations
Color information
#D64558 (or 0xD64558) is known color: Mandy. HEX triplet: D6, 45 and 58. RGB value is (214,69,88). Sum of RGB (Red+Green+Blue) = 214+69+88=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D64558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64558 is #29BAA7. Grayscale: #727272. Windows color (decimal): -2734760 or 5785046. OLE color: 5785046.
HSL color Cylindrical-coordinate representation of color #D64558: hue angle of 352.14º 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 #D64558 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 88 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.16 |
| HSL | 352.14º | 0.64% | 0.55% | - |
| HSV(B) | 352.14º | 0.68% | 0.84% | - |
| XYZ | 31.62 | 19.26 | 11.28 | - |
| YUV | 114.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 88 | 0 | 0.68 | 0.59 | 0.16 | 352.14 | 0.64 | 0.55 |
| Hex | D6 | 45 | 58 | 0 | 44 | 3B | 10 | 160 | 40 | 37 |
| Octal | 326 | 105 | 130 | 0 | 104 | 73 | 20 | 540 | 100 | 67 |
| Binary | 11010110 | 1000101 | 1011000 | 0 | 1000100 | 111011 | 10000 | 101100000 | 1000000 | 110111 |
Color Harmonies of #D64558
Complementary color
Monochromatic Colors of #D64558
Black with #D64558
Text Example
Text Example
White with #D64558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64558; }
p { color: rgb(214,69,88); }
H1.HeaderClassName
{
color: #D64558;
}
.AnyTagClassName
{
color: #D64558;
}
</style>
background-color css
<style>
a { background-color: #D64558; }
a { background-color: rgb(214,69,88); }
div.DivClassName
{
background-color: #D64558;
}
.BgClassName
{
background-color: #D64558;
}
</style>
border-color css
<style>
span { border-color: #D64558; }
span { border-color: rgb(214,69,88); }
td.TdClassName
{
border-color: #D64558;
}
.TagClassName
{
border-color: #D64558;
}
</style>