Shades of Mandy #D94159
Tints of Mandy #D94159
RGB
CMYK
RGB Variations
Color information
#D94159 (or 0xD94159) is known color: Mandy. HEX triplet: D9, 41 and 59. RGB value is (217,65,89). Sum of RGB (Red+Green+Blue) = 217+65+89=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D94159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94159 is #26BEA6. Grayscale: #717171. Windows color (decimal): -2539175 or 5849561. OLE color: 5849561.
HSL color Cylindrical-coordinate representation of color #D94159: hue angle of 350.53º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94159 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 89 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.15 |
| HSL | 350.53º | 0.67% | 0.55% | - |
| HSV(B) | 350.53º | 0.7% | 0.85% | - |
| XYZ | 32.31 | 19.25 | 11.46 | - |
| YUV | 113.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 89 | 0 | 0.70 | 0.59 | 0.15 | 350.53 | 0.67 | 0.55 |
| Hex | D9 | 41 | 59 | 0 | 46 | 3B | F | 15F | 43 | 37 |
| Octal | 331 | 101 | 131 | 0 | 106 | 73 | 17 | 537 | 103 | 67 |
| Binary | 11011001 | 1000001 | 1011001 | 0 | 1000110 | 111011 | 1111 | 101011111 | 1000011 | 110111 |
Color Harmonies of #D94159
Complementary color
Monochromatic Colors of #D94159
Black with #D94159
Text Example
Text Example
White with #D94159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94159; }
p { color: rgb(217,65,89); }
H1.HeaderClassName
{
color: #D94159;
}
.AnyTagClassName
{
color: #D94159;
}
</style>
background-color css
<style>
a { background-color: #D94159; }
a { background-color: rgb(217,65,89); }
div.DivClassName
{
background-color: #D94159;
}
.BgClassName
{
background-color: #D94159;
}
</style>
border-color css
<style>
span { border-color: #D94159; }
span { border-color: rgb(217,65,89); }
td.TdClassName
{
border-color: #D94159;
}
.TagClassName
{
border-color: #D94159;
}
</style>