Shades of Mandy #D94F60
Tints of Mandy #D94F60
RGB
CMYK
RGB Variations
Color information
#D94F60 (or 0xD94F60) is known color: Mandy. HEX triplet: D9, 4F and 60. RGB value is (217,79,96). Sum of RGB (Red+Green+Blue) = 217+79+96=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94F60 is #26B09F. Grayscale: #7A7A7A. Windows color (decimal): -2535584 or 6311897. OLE color: 6311897.
HSL color Cylindrical-coordinate representation of color #D94F60: hue angle of 352.61º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94F60 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 96 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.15 |
| HSL | 352.61º | 0.64% | 0.58% | - |
| HSV(B) | 352.61º | 0.64% | 0.85% | - |
| XYZ | 33.52 | 21.19 | 13.39 | - |
| YUV | 122.2 | 113.22 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 96 | 0 | 0.64 | 0.56 | 0.15 | 352.61 | 0.64 | 0.58 |
| Hex | D9 | 4F | 60 | 0 | 40 | 38 | F | 161 | 40 | 3A |
| Octal | 331 | 117 | 140 | 0 | 100 | 70 | 17 | 541 | 100 | 72 |
| Binary | 11011001 | 1001111 | 1100000 | 0 | 1000000 | 111000 | 1111 | 101100001 | 1000000 | 111010 |
Color Harmonies of #D94F60
Complementary color
Monochromatic Colors of #D94F60
Black with #D94F60
Text Example
Text Example
White with #D94F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F60; }
p { color: rgb(217,79,96); }
H1.HeaderClassName
{
color: #D94F60;
}
.AnyTagClassName
{
color: #D94F60;
}
</style>
background-color css
<style>
a { background-color: #D94F60; }
a { background-color: rgb(217,79,96); }
div.DivClassName
{
background-color: #D94F60;
}
.BgClassName
{
background-color: #D94F60;
}
</style>
border-color css
<style>
span { border-color: #D94F60; }
span { border-color: rgb(217,79,96); }
td.TdClassName
{
border-color: #D94F60;
}
.TagClassName
{
border-color: #D94F60;
}
</style>