Shades of Mandy #D94559
Tints of Mandy #D94559
RGB
CMYK
RGB Variations
Color information
#D94559 (or 0xD94559) is known color: Mandy. HEX triplet: D9, 45 and 59. RGB value is (217,69,89). Sum of RGB (Red+Green+Blue) = 217+69+89=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D94559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94559 is #26BAA6. Grayscale: #737373. Windows color (decimal): -2538151 or 5850585. OLE color: 5850585.
HSL color Cylindrical-coordinate representation of color #D94559: hue angle of 351.89º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94559 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 89 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.15 |
| HSL | 351.89º | 0.66% | 0.56% | - |
| HSV(B) | 351.89º | 0.68% | 0.85% | - |
| XYZ | 32.55 | 19.73 | 11.54 | - |
| YUV | 115.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 89 | 0 | 0.68 | 0.59 | 0.15 | 351.89 | 0.66 | 0.56 |
| Hex | D9 | 45 | 59 | 0 | 44 | 3B | F | 160 | 42 | 38 |
| Octal | 331 | 105 | 131 | 0 | 104 | 73 | 17 | 540 | 102 | 70 |
| Binary | 11011001 | 1000101 | 1011001 | 0 | 1000100 | 111011 | 1111 | 101100000 | 1000010 | 111000 |
Color Harmonies of #D94559
Complementary color
Monochromatic Colors of #D94559
Black with #D94559
Text Example
Text Example
White with #D94559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94559; }
p { color: rgb(217,69,89); }
H1.HeaderClassName
{
color: #D94559;
}
.AnyTagClassName
{
color: #D94559;
}
</style>
background-color css
<style>
a { background-color: #D94559; }
a { background-color: rgb(217,69,89); }
div.DivClassName
{
background-color: #D94559;
}
.BgClassName
{
background-color: #D94559;
}
</style>
border-color css
<style>
span { border-color: #D94559; }
span { border-color: rgb(217,69,89); }
td.TdClassName
{
border-color: #D94559;
}
.TagClassName
{
border-color: #D94559;
}
</style>