Shades of Mandy #D94554
Tints of Mandy #D94554
RGB
CMYK
RGB Variations
Color information
#D94554 (or 0xD94554) is known color: Mandy. HEX triplet: D9, 45 and 54. RGB value is (217,69,84). Sum of RGB (Red+Green+Blue) = 217+69+84=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D94554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94554 is #26BAAB. Grayscale: #737373. Windows color (decimal): -2538156 or 5522905. OLE color: 5522905.
HSL color Cylindrical-coordinate representation of color #D94554: hue angle of 353.92º 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 #D94554 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 84 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.15 |
| HSL | 353.92º | 0.66% | 0.56% | - |
| HSV(B) | 353.92º | 0.68% | 0.85% | - |
| XYZ | 32.34 | 19.65 | 10.48 | - |
| YUV | 114.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 84 | 0 | 0.68 | 0.61 | 0.15 | 353.92 | 0.66 | 0.56 |
| Hex | D9 | 45 | 54 | 0 | 44 | 3D | F | 162 | 42 | 38 |
| Octal | 331 | 105 | 124 | 0 | 104 | 75 | 17 | 542 | 102 | 70 |
| Binary | 11011001 | 1000101 | 1010100 | 0 | 1000100 | 111101 | 1111 | 101100010 | 1000010 | 111000 |
Color Harmonies of #D94554
Complementary color
Monochromatic Colors of #D94554
Black with #D94554
Text Example
Text Example
White with #D94554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94554; }
p { color: rgb(217,69,84); }
H1.HeaderClassName
{
color: #D94554;
}
.AnyTagClassName
{
color: #D94554;
}
</style>
background-color css
<style>
a { background-color: #D94554; }
a { background-color: rgb(217,69,84); }
div.DivClassName
{
background-color: #D94554;
}
.BgClassName
{
background-color: #D94554;
}
</style>
border-color css
<style>
span { border-color: #D94554; }
span { border-color: rgb(217,69,84); }
td.TdClassName
{
border-color: #D94554;
}
.TagClassName
{
border-color: #D94554;
}
</style>