Shades of Mandy #D94C5A
Tints of Mandy #D94C5A
RGB
CMYK
RGB Variations
Color information
#D94C5A (or 0xD94C5A) is known color: Mandy. HEX triplet: D9, 4C and 5A. RGB value is (217,76,90). Sum of RGB (Red+Green+Blue) = 217+76+90=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C5A is #26B3A5. Grayscale: #777777. Windows color (decimal): -2536358 or 5917913. OLE color: 5917913.
HSL color Cylindrical-coordinate representation of color #D94C5A: hue angle of 354.04º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94C5A is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 90 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.15 |
| HSL | 354.04º | 0.65% | 0.57% | - |
| HSV(B) | 354.04º | 0.65% | 0.85% | - |
| XYZ | 33.05 | 20.66 | 11.92 | - |
| YUV | 119.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 90 | 0 | 0.65 | 0.59 | 0.15 | 354.04 | 0.65 | 0.57 |
| Hex | D9 | 4C | 5A | 0 | 41 | 3B | F | 162 | 41 | 39 |
| Octal | 331 | 114 | 132 | 0 | 101 | 73 | 17 | 542 | 101 | 71 |
| Binary | 11011001 | 1001100 | 1011010 | 0 | 1000001 | 111011 | 1111 | 101100010 | 1000001 | 111001 |
Color Harmonies of #D94C5A
Complementary color
Monochromatic Colors of #D94C5A
Black with #D94C5A
Text Example
Text Example
White with #D94C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C5A; }
p { color: rgb(217,76,90); }
H1.HeaderClassName
{
color: #D94C5A;
}
.AnyTagClassName
{
color: #D94C5A;
}
</style>
background-color css
<style>
a { background-color: #D94C5A; }
a { background-color: rgb(217,76,90); }
div.DivClassName
{
background-color: #D94C5A;
}
.BgClassName
{
background-color: #D94C5A;
}
</style>
border-color css
<style>
span { border-color: #D94C5A; }
span { border-color: rgb(217,76,90); }
td.TdClassName
{
border-color: #D94C5A;
}
.TagClassName
{
border-color: #D94C5A;
}
</style>