Shades of Mandy #D94655
Tints of Mandy #D94655
RGB
CMYK
RGB Variations
Color information
#D94655 (or 0xD94655) is known color: Mandy. HEX triplet: D9, 46 and 55. RGB value is (217,70,85). Sum of RGB (Red+Green+Blue) = 217+70+85=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D94655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94655 is #26B9AA. Grayscale: #737373. Windows color (decimal): -2537899 or 5588697. OLE color: 5588697.
HSL color Cylindrical-coordinate representation of color #D94655: hue angle of 353.88º 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 #D94655 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 85 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.15 |
| HSL | 353.88º | 0.66% | 0.56% | - |
| HSV(B) | 353.88º | 0.68% | 0.85% | - |
| XYZ | 32.45 | 19.79 | 10.7 | - |
| YUV | 115.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 85 | 0 | 0.68 | 0.61 | 0.15 | 353.88 | 0.66 | 0.56 |
| Hex | D9 | 46 | 55 | 0 | 44 | 3D | F | 162 | 42 | 38 |
| Octal | 331 | 106 | 125 | 0 | 104 | 75 | 17 | 542 | 102 | 70 |
| Binary | 11011001 | 1000110 | 1010101 | 0 | 1000100 | 111101 | 1111 | 101100010 | 1000010 | 111000 |
Color Harmonies of #D94655
Complementary color
Monochromatic Colors of #D94655
Black with #D94655
Text Example
Text Example
White with #D94655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94655; }
p { color: rgb(217,70,85); }
H1.HeaderClassName
{
color: #D94655;
}
.AnyTagClassName
{
color: #D94655;
}
</style>
background-color css
<style>
a { background-color: #D94655; }
a { background-color: rgb(217,70,85); }
div.DivClassName
{
background-color: #D94655;
}
.BgClassName
{
background-color: #D94655;
}
</style>
border-color css
<style>
span { border-color: #D94655; }
span { border-color: rgb(217,70,85); }
td.TdClassName
{
border-color: #D94655;
}
.TagClassName
{
border-color: #D94655;
}
</style>