Shades of Mandy #D64B58
Tints of Mandy #D64B58
RGB
CMYK
RGB Variations
Color information
#D64B58 (or 0xD64B58) is known color: Mandy. HEX triplet: D6, 4B and 58. RGB value is (214,75,88). Sum of RGB (Red+Green+Blue) = 214+75+88=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B58 is #29B4A7. Grayscale: #767676. Windows color (decimal): -2733224 or 5786582. OLE color: 5786582.
HSL color Cylindrical-coordinate representation of color #D64B58: hue angle of 354.39º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B58 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 88 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.16 |
| HSL | 354.39º | 0.63% | 0.57% | - |
| HSV(B) | 354.39º | 0.65% | 0.84% | - |
| XYZ | 32.01 | 20.03 | 11.41 | - |
| YUV | 118.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 88 | 0 | 0.65 | 0.59 | 0.16 | 354.39 | 0.63 | 0.57 |
| Hex | D6 | 4B | 58 | 0 | 41 | 3B | 10 | 162 | 3F | 39 |
| Octal | 326 | 113 | 130 | 0 | 101 | 73 | 20 | 542 | 77 | 71 |
| Binary | 11010110 | 1001011 | 1011000 | 0 | 1000001 | 111011 | 10000 | 101100010 | 111111 | 111001 |
Color Harmonies of #D64B58
Complementary color
Monochromatic Colors of #D64B58
Black with #D64B58
Text Example
Text Example
White with #D64B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B58; }
p { color: rgb(214,75,88); }
H1.HeaderClassName
{
color: #D64B58;
}
.AnyTagClassName
{
color: #D64B58;
}
</style>
background-color css
<style>
a { background-color: #D64B58; }
a { background-color: rgb(214,75,88); }
div.DivClassName
{
background-color: #D64B58;
}
.BgClassName
{
background-color: #D64B58;
}
</style>
border-color css
<style>
span { border-color: #D64B58; }
span { border-color: rgb(214,75,88); }
td.TdClassName
{
border-color: #D64B58;
}
.TagClassName
{
border-color: #D64B58;
}
</style>