Shades of Mandy #D94D5A
Tints of Mandy #D94D5A
RGB
CMYK
RGB Variations
Color information
#D94D5A (or 0xD94D5A) is known color: Mandy. HEX triplet: D9, 4D and 5A. RGB value is (217,77,90). Sum of RGB (Red+Green+Blue) = 217+77+90=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94D5A is #26B2A5. Grayscale: #787878. Windows color (decimal): -2536102 or 5918169. OLE color: 5918169.
HSL color Cylindrical-coordinate representation of color #D94D5A: hue angle of 354.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94D5A is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 90 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.15 |
| HSL | 354.43º | 0.65% | 0.58% | - |
| HSV(B) | 354.43º | 0.65% | 0.85% | - |
| XYZ | 33.11 | 20.8 | 11.94 | - |
| YUV | 120.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 90 | 0 | 0.65 | 0.59 | 0.15 | 354.43 | 0.65 | 0.58 |
| Hex | D9 | 4D | 5A | 0 | 41 | 3B | F | 162 | 41 | 3A |
| Octal | 331 | 115 | 132 | 0 | 101 | 73 | 17 | 542 | 101 | 72 |
| Binary | 11011001 | 1001101 | 1011010 | 0 | 1000001 | 111011 | 1111 | 101100010 | 1000001 | 111010 |
Color Harmonies of #D94D5A
Complementary color
Monochromatic Colors of #D94D5A
Black with #D94D5A
Text Example
Text Example
White with #D94D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94D5A; }
p { color: rgb(217,77,90); }
H1.HeaderClassName
{
color: #D94D5A;
}
.AnyTagClassName
{
color: #D94D5A;
}
</style>
background-color css
<style>
a { background-color: #D94D5A; }
a { background-color: rgb(217,77,90); }
div.DivClassName
{
background-color: #D94D5A;
}
.BgClassName
{
background-color: #D94D5A;
}
</style>
border-color css
<style>
span { border-color: #D94D5A; }
span { border-color: rgb(217,77,90); }
td.TdClassName
{
border-color: #D94D5A;
}
.TagClassName
{
border-color: #D94D5A;
}
</style>