Shades of Mandy #D64E5A
Tints of Mandy #D64E5A
RGB
CMYK
RGB Variations
Color information
#D64E5A (or 0xD64E5A) is known color: Mandy. HEX triplet: D6, 4E and 5A. RGB value is (214,78,90). Sum of RGB (Red+Green+Blue) = 214+78+90=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E5A is #29B1A5. Grayscale: #787878. Windows color (decimal): -2732454 or 5918422. OLE color: 5918422.
HSL color Cylindrical-coordinate representation of color #D64E5A: hue angle of 354.71º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64E5A is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 90 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.16 |
| HSL | 354.71º | 0.62% | 0.57% | - |
| HSV(B) | 354.71º | 0.64% | 0.84% | - |
| XYZ | 32.3 | 20.48 | 11.92 | - |
| YUV | 120.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 90 | 0 | 0.64 | 0.58 | 0.16 | 354.71 | 0.62 | 0.57 |
| Hex | D6 | 4E | 5A | 0 | 40 | 3A | 10 | 163 | 3E | 39 |
| Octal | 326 | 116 | 132 | 0 | 100 | 72 | 20 | 543 | 76 | 71 |
| Binary | 11010110 | 1001110 | 1011010 | 0 | 1000000 | 111010 | 10000 | 101100011 | 111110 | 111001 |
Color Harmonies of #D64E5A
Complementary color
Monochromatic Colors of #D64E5A
Black with #D64E5A
Text Example
Text Example
White with #D64E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E5A; }
p { color: rgb(214,78,90); }
H1.HeaderClassName
{
color: #D64E5A;
}
.AnyTagClassName
{
color: #D64E5A;
}
</style>
background-color css
<style>
a { background-color: #D64E5A; }
a { background-color: rgb(214,78,90); }
div.DivClassName
{
background-color: #D64E5A;
}
.BgClassName
{
background-color: #D64E5A;
}
</style>
border-color css
<style>
span { border-color: #D64E5A; }
span { border-color: rgb(214,78,90); }
td.TdClassName
{
border-color: #D64E5A;
}
.TagClassName
{
border-color: #D64E5A;
}
</style>