Shades of Mandy #D9555B
Tints of Mandy #D9555B
RGB
CMYK
RGB Variations
Color information
#D9555B (or 0xD9555B) is known color: Mandy. HEX triplet: D9, 55 and 5B. RGB value is (217,85,91). Sum of RGB (Red+Green+Blue) = 217+85+91=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9555B is #26AAA4. Grayscale: #7D7D7D. Windows color (decimal): -2534053 or 5985753. OLE color: 5985753.
HSL color Cylindrical-coordinate representation of color #D9555B: hue angle of 357.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9555B is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 91 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.15 |
| HSL | 357.27º | 0.63% | 0.59% | - |
| HSV(B) | 357.27º | 0.61% | 0.85% | - |
| XYZ | 33.75 | 22 | 12.37 | - |
| YUV | 125.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 91 | 0 | 0.61 | 0.58 | 0.15 | 357.27 | 0.63 | 0.59 |
| Hex | D9 | 55 | 5B | 0 | 3D | 3A | F | 165 | 3F | 3B |
| Octal | 331 | 125 | 133 | 0 | 75 | 72 | 17 | 545 | 77 | 73 |
| Binary | 11011001 | 1010101 | 1011011 | 0 | 111101 | 111010 | 1111 | 101100101 | 111111 | 111011 |
Color Harmonies of #D9555B
Complementary color
Monochromatic Colors of #D9555B
Black with #D9555B
Text Example
Text Example
White with #D9555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9555B; }
p { color: rgb(217,85,91); }
H1.HeaderClassName
{
color: #D9555B;
}
.AnyTagClassName
{
color: #D9555B;
}
</style>
background-color css
<style>
a { background-color: #D9555B; }
a { background-color: rgb(217,85,91); }
div.DivClassName
{
background-color: #D9555B;
}
.BgClassName
{
background-color: #D9555B;
}
</style>
border-color css
<style>
span { border-color: #D9555B; }
span { border-color: rgb(217,85,91); }
td.TdClassName
{
border-color: #D9555B;
}
.TagClassName
{
border-color: #D9555B;
}
</style>