Shades of Mandy #D5555F
Tints of Mandy #D5555F
RGB
CMYK
RGB Variations
Color information
#D5555F (or 0xD5555F) is known color: Mandy. HEX triplet: D5, 55 and 5F. RGB value is (213,85,95). Sum of RGB (Red+Green+Blue) = 213+85+95=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5555F is #2AAAA0. Grayscale: #7C7C7C. Windows color (decimal): -2796193 or 6247893. OLE color: 6247893.
HSL color Cylindrical-coordinate representation of color #D5555F: hue angle of 355.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5555F is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 95 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.16 |
| HSL | 355.31º | 0.6% | 0.58% | - |
| HSV(B) | 355.31º | 0.6% | 0.84% | - |
| XYZ | 32.75 | 21.47 | 13.24 | - |
| YUV | 124.41 | 111.41 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 95 | 0 | 0.60 | 0.55 | 0.16 | 355.31 | 0.6 | 0.58 |
| Hex | D5 | 55 | 5F | 0 | 3C | 37 | 10 | 163 | 3C | 3A |
| Octal | 325 | 125 | 137 | 0 | 74 | 67 | 20 | 543 | 74 | 72 |
| Binary | 11010101 | 1010101 | 1011111 | 0 | 111100 | 110111 | 10000 | 101100011 | 111100 | 111010 |
Color Harmonies of #D5555F
Complementary color
Monochromatic Colors of #D5555F
Black with #D5555F
Text Example
Text Example
White with #D5555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5555F; }
p { color: rgb(213,85,95); }
H1.HeaderClassName
{
color: #D5555F;
}
.AnyTagClassName
{
color: #D5555F;
}
</style>
background-color css
<style>
a { background-color: #D5555F; }
a { background-color: rgb(213,85,95); }
div.DivClassName
{
background-color: #D5555F;
}
.BgClassName
{
background-color: #D5555F;
}
</style>
border-color css
<style>
span { border-color: #D5555F; }
span { border-color: rgb(213,85,95); }
td.TdClassName
{
border-color: #D5555F;
}
.TagClassName
{
border-color: #D5555F;
}
</style>