Shades of Mandy #D94759
Tints of Mandy #D94759
RGB
CMYK
RGB Variations
Color information
#D94759 (or 0xD94759) is known color: Mandy. HEX triplet: D9, 47 and 59. RGB value is (217,71,89). Sum of RGB (Red+Green+Blue) = 217+71+89=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D94759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94759 is #26B8A6. Grayscale: #747474. Windows color (decimal): -2537639 or 5851097. OLE color: 5851097.
HSL color Cylindrical-coordinate representation of color #D94759: hue angle of 352.6º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94759 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 89 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.15 |
| HSL | 352.6º | 0.66% | 0.56% | - |
| HSV(B) | 352.6º | 0.67% | 0.85% | - |
| XYZ | 32.67 | 19.98 | 11.59 | - |
| YUV | 116.71 | 112.37 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 89 | 0 | 0.67 | 0.59 | 0.15 | 352.6 | 0.66 | 0.56 |
| Hex | D9 | 47 | 59 | 0 | 43 | 3B | F | 161 | 42 | 38 |
| Octal | 331 | 107 | 131 | 0 | 103 | 73 | 17 | 541 | 102 | 70 |
| Binary | 11011001 | 1000111 | 1011001 | 0 | 1000011 | 111011 | 1111 | 101100001 | 1000010 | 111000 |
Color Harmonies of #D94759
Complementary color
Monochromatic Colors of #D94759
Black with #D94759
Text Example
Text Example
White with #D94759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94759; }
p { color: rgb(217,71,89); }
H1.HeaderClassName
{
color: #D94759;
}
.AnyTagClassName
{
color: #D94759;
}
</style>
background-color css
<style>
a { background-color: #D94759; }
a { background-color: rgb(217,71,89); }
div.DivClassName
{
background-color: #D94759;
}
.BgClassName
{
background-color: #D94759;
}
</style>
border-color css
<style>
span { border-color: #D94759; }
span { border-color: rgb(217,71,89); }
td.TdClassName
{
border-color: #D94759;
}
.TagClassName
{
border-color: #D94759;
}
</style>