Shades of Mandy #D5505F
Tints of Mandy #D5505F
RGB
CMYK
RGB Variations
Color information
#D5505F (or 0xD5505F) is known color: Mandy. HEX triplet: D5, 50 and 5F. RGB value is (213,80,95). Sum of RGB (Red+Green+Blue) = 213+80+95=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5505F is #2AAFA0. Grayscale: #797979. Windows color (decimal): -2797473 or 6246613. OLE color: 6246613.
HSL color Cylindrical-coordinate representation of color #D5505F: hue angle of 353.23º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5505F is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 95 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.16 |
| HSL | 353.23º | 0.61% | 0.57% | - |
| HSV(B) | 353.23º | 0.62% | 0.84% | - |
| XYZ | 32.37 | 20.71 | 13.12 | - |
| YUV | 121.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 95 | 0 | 0.62 | 0.55 | 0.16 | 353.23 | 0.61 | 0.57 |
| Hex | D5 | 50 | 5F | 0 | 3E | 37 | 10 | 161 | 3D | 39 |
| Octal | 325 | 120 | 137 | 0 | 76 | 67 | 20 | 541 | 75 | 71 |
| Binary | 11010101 | 1010000 | 1011111 | 0 | 111110 | 110111 | 10000 | 101100001 | 111101 | 111001 |
Color Harmonies of #D5505F
Complementary color
Monochromatic Colors of #D5505F
Black with #D5505F
Text Example
Text Example
White with #D5505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5505F; }
p { color: rgb(213,80,95); }
H1.HeaderClassName
{
color: #D5505F;
}
.AnyTagClassName
{
color: #D5505F;
}
</style>
background-color css
<style>
a { background-color: #D5505F; }
a { background-color: rgb(213,80,95); }
div.DivClassName
{
background-color: #D5505F;
}
.BgClassName
{
background-color: #D5505F;
}
</style>
border-color css
<style>
span { border-color: #D5505F; }
span { border-color: rgb(213,80,95); }
td.TdClassName
{
border-color: #D5505F;
}
.TagClassName
{
border-color: #D5505F;
}
</style>