Shades of Mandy #D64B5A
Tints of Mandy #D64B5A
RGB
CMYK
RGB Variations
Color information
#D64B5A (or 0xD64B5A) is known color: Mandy. HEX triplet: D6, 4B and 5A. RGB value is (214,75,90). Sum of RGB (Red+Green+Blue) = 214+75+90=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B5A is #29B4A5. Grayscale: #767676. Windows color (decimal): -2733222 or 5917654. OLE color: 5917654.
HSL color Cylindrical-coordinate representation of color #D64B5A: hue angle of 353.53º 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 #D64B5A is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 90 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.16 |
| HSL | 353.53º | 0.63% | 0.57% | - |
| HSV(B) | 353.53º | 0.65% | 0.84% | - |
| XYZ | 32.09 | 20.07 | 11.85 | - |
| YUV | 118.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 90 | 0 | 0.65 | 0.58 | 0.16 | 353.53 | 0.63 | 0.57 |
| Hex | D6 | 4B | 5A | 0 | 41 | 3A | 10 | 162 | 3F | 39 |
| Octal | 326 | 113 | 132 | 0 | 101 | 72 | 20 | 542 | 77 | 71 |
| Binary | 11010110 | 1001011 | 1011010 | 0 | 1000001 | 111010 | 10000 | 101100010 | 111111 | 111001 |
Color Harmonies of #D64B5A
Complementary color
Monochromatic Colors of #D64B5A
Black with #D64B5A
Text Example
Text Example
White with #D64B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B5A; }
p { color: rgb(214,75,90); }
H1.HeaderClassName
{
color: #D64B5A;
}
.AnyTagClassName
{
color: #D64B5A;
}
</style>
background-color css
<style>
a { background-color: #D64B5A; }
a { background-color: rgb(214,75,90); }
div.DivClassName
{
background-color: #D64B5A;
}
.BgClassName
{
background-color: #D64B5A;
}
</style>
border-color css
<style>
span { border-color: #D64B5A; }
span { border-color: rgb(214,75,90); }
td.TdClassName
{
border-color: #D64B5A;
}
.TagClassName
{
border-color: #D64B5A;
}
</style>