Shades of Mandy #D94557
Tints of Mandy #D94557
RGB
CMYK
RGB Variations
Color information
#D94557 (or 0xD94557) is known color: Mandy. HEX triplet: D9, 45 and 57. RGB value is (217,69,87). Sum of RGB (Red+Green+Blue) = 217+69+87=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D94557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94557 is #26BAA8. Grayscale: #737373. Windows color (decimal): -2538153 or 5719513. OLE color: 5719513.
HSL color Cylindrical-coordinate representation of color #D94557: hue angle of 352.7º 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 #D94557 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 87 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.15 |
| HSL | 352.7º | 0.66% | 0.56% | - |
| HSV(B) | 352.7º | 0.68% | 0.85% | - |
| XYZ | 32.46 | 19.7 | 11.11 | - |
| YUV | 115.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 87 | 0 | 0.68 | 0.60 | 0.15 | 352.7 | 0.66 | 0.56 |
| Hex | D9 | 45 | 57 | 0 | 44 | 3C | F | 161 | 42 | 38 |
| Octal | 331 | 105 | 127 | 0 | 104 | 74 | 17 | 541 | 102 | 70 |
| Binary | 11011001 | 1000101 | 1010111 | 0 | 1000100 | 111100 | 1111 | 101100001 | 1000010 | 111000 |
Color Harmonies of #D94557
Complementary color
Monochromatic Colors of #D94557
Black with #D94557
Text Example
Text Example
White with #D94557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94557; }
p { color: rgb(217,69,87); }
H1.HeaderClassName
{
color: #D94557;
}
.AnyTagClassName
{
color: #D94557;
}
</style>
background-color css
<style>
a { background-color: #D94557; }
a { background-color: rgb(217,69,87); }
div.DivClassName
{
background-color: #D94557;
}
.BgClassName
{
background-color: #D94557;
}
</style>
border-color css
<style>
span { border-color: #D94557; }
span { border-color: rgb(217,69,87); }
td.TdClassName
{
border-color: #D94557;
}
.TagClassName
{
border-color: #D94557;
}
</style>