Shades of Mandy #D9555D
Tints of Mandy #D9555D
RGB
CMYK
RGB Variations
Color information
#D9555D (or 0xD9555D) is known color: Mandy. HEX triplet: D9, 55 and 5D. RGB value is (217,85,93). Sum of RGB (Red+Green+Blue) = 217+85+93=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9555D is #26AAA2. Grayscale: #7D7D7D. Windows color (decimal): -2534051 or 6116825. OLE color: 6116825.
HSL color Cylindrical-coordinate representation of color #D9555D: hue angle of 356.36º 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 #D9555D is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 93 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.15 |
| HSL | 356.36º | 0.63% | 0.59% | - |
| HSV(B) | 356.36º | 0.61% | 0.85% | - |
| XYZ | 33.84 | 22.04 | 12.83 | - |
| YUV | 125.38 | 109.73 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 93 | 0 | 0.61 | 0.57 | 0.15 | 356.36 | 0.63 | 0.59 |
| Hex | D9 | 55 | 5D | 0 | 3D | 39 | F | 164 | 3F | 3B |
| Octal | 331 | 125 | 135 | 0 | 75 | 71 | 17 | 544 | 77 | 73 |
| Binary | 11011001 | 1010101 | 1011101 | 0 | 111101 | 111001 | 1111 | 101100100 | 111111 | 111011 |
Color Harmonies of #D9555D
Complementary color
Monochromatic Colors of #D9555D
Black with #D9555D
Text Example
Text Example
White with #D9555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9555D; }
p { color: rgb(217,85,93); }
H1.HeaderClassName
{
color: #D9555D;
}
.AnyTagClassName
{
color: #D9555D;
}
</style>
background-color css
<style>
a { background-color: #D9555D; }
a { background-color: rgb(217,85,93); }
div.DivClassName
{
background-color: #D9555D;
}
.BgClassName
{
background-color: #D9555D;
}
</style>
border-color css
<style>
span { border-color: #D9555D; }
span { border-color: rgb(217,85,93); }
td.TdClassName
{
border-color: #D9555D;
}
.TagClassName
{
border-color: #D9555D;
}
</style>