Shades of Mandy #D94C5D
Tints of Mandy #D94C5D
RGB
CMYK
RGB Variations
Color information
#D94C5D (or 0xD94C5D) is known color: Mandy. HEX triplet: D9, 4C and 5D. RGB value is (217,76,93). Sum of RGB (Red+Green+Blue) = 217+76+93=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C5D is #26B3A2. Grayscale: #787878. Windows color (decimal): -2536355 or 6114521. OLE color: 6114521.
HSL color Cylindrical-coordinate representation of color #D94C5D: hue angle of 352.77º 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 #D94C5D is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 93 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.15 |
| HSL | 352.77º | 0.65% | 0.57% | - |
| HSV(B) | 352.77º | 0.65% | 0.85% | - |
| XYZ | 33.18 | 20.71 | 12.6 | - |
| YUV | 120.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 93 | 0 | 0.65 | 0.57 | 0.15 | 352.77 | 0.65 | 0.57 |
| Hex | D9 | 4C | 5D | 0 | 41 | 39 | F | 161 | 41 | 39 |
| Octal | 331 | 114 | 135 | 0 | 101 | 71 | 17 | 541 | 101 | 71 |
| Binary | 11011001 | 1001100 | 1011101 | 0 | 1000001 | 111001 | 1111 | 101100001 | 1000001 | 111001 |
Color Harmonies of #D94C5D
Complementary color
Monochromatic Colors of #D94C5D
Black with #D94C5D
Text Example
Text Example
White with #D94C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C5D; }
p { color: rgb(217,76,93); }
H1.HeaderClassName
{
color: #D94C5D;
}
.AnyTagClassName
{
color: #D94C5D;
}
</style>
background-color css
<style>
a { background-color: #D94C5D; }
a { background-color: rgb(217,76,93); }
div.DivClassName
{
background-color: #D94C5D;
}
.BgClassName
{
background-color: #D94C5D;
}
</style>
border-color css
<style>
span { border-color: #D94C5D; }
span { border-color: rgb(217,76,93); }
td.TdClassName
{
border-color: #D94C5D;
}
.TagClassName
{
border-color: #D94C5D;
}
</style>