Shades of Mandy #D64B5D
Tints of Mandy #D64B5D
RGB
CMYK
RGB Variations
Color information
#D64B5D (or 0xD64B5D) is known color: Mandy. HEX triplet: D6, 4B and 5D. RGB value is (214,75,93). Sum of RGB (Red+Green+Blue) = 214+75+93=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B5D is #29B4A2. Grayscale: #767676. Windows color (decimal): -2733219 or 6114262. OLE color: 6114262.
HSL color Cylindrical-coordinate representation of color #D64B5D: hue angle of 352.23º 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 #D64B5D is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 93 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.16 |
| HSL | 352.23º | 0.63% | 0.57% | - |
| HSV(B) | 352.23º | 0.65% | 0.84% | - |
| XYZ | 32.22 | 20.12 | 12.54 | - |
| YUV | 118.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 93 | 0 | 0.65 | 0.57 | 0.16 | 352.23 | 0.63 | 0.57 |
| Hex | D6 | 4B | 5D | 0 | 41 | 39 | 10 | 160 | 3F | 39 |
| Octal | 326 | 113 | 135 | 0 | 101 | 71 | 20 | 540 | 77 | 71 |
| Binary | 11010110 | 1001011 | 1011101 | 0 | 1000001 | 111001 | 10000 | 101100000 | 111111 | 111001 |
Color Harmonies of #D64B5D
Complementary color
Monochromatic Colors of #D64B5D
Black with #D64B5D
Text Example
Text Example
White with #D64B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B5D; }
p { color: rgb(214,75,93); }
H1.HeaderClassName
{
color: #D64B5D;
}
.AnyTagClassName
{
color: #D64B5D;
}
</style>
background-color css
<style>
a { background-color: #D64B5D; }
a { background-color: rgb(214,75,93); }
div.DivClassName
{
background-color: #D64B5D;
}
.BgClassName
{
background-color: #D64B5D;
}
</style>
border-color css
<style>
span { border-color: #D64B5D; }
span { border-color: rgb(214,75,93); }
td.TdClassName
{
border-color: #D64B5D;
}
.TagClassName
{
border-color: #D64B5D;
}
</style>