Shades of Mandy #D5535F
Tints of Mandy #D5535F
RGB
CMYK
RGB Variations
Color information
#D5535F (or 0xD5535F) is known color: Mandy. HEX triplet: D5, 53 and 5F. RGB value is (213,83,95). Sum of RGB (Red+Green+Blue) = 213+83+95=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5535F is #2AACA0. Grayscale: #7B7B7B. Windows color (decimal): -2796705 or 6247381. OLE color: 6247381.
HSL color Cylindrical-coordinate representation of color #D5535F: hue angle of 354.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5535F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 95 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.16 |
| HSL | 354.46º | 0.61% | 0.58% | - |
| HSV(B) | 354.46º | 0.61% | 0.84% | - |
| XYZ | 32.6 | 21.16 | 13.19 | - |
| YUV | 123.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 95 | 0 | 0.61 | 0.55 | 0.16 | 354.46 | 0.61 | 0.58 |
| Hex | D5 | 53 | 5F | 0 | 3D | 37 | 10 | 162 | 3D | 3A |
| Octal | 325 | 123 | 137 | 0 | 75 | 67 | 20 | 542 | 75 | 72 |
| Binary | 11010101 | 1010011 | 1011111 | 0 | 111101 | 110111 | 10000 | 101100010 | 111101 | 111010 |
Color Harmonies of #D5535F
Complementary color
Monochromatic Colors of #D5535F
Black with #D5535F
Text Example
Text Example
White with #D5535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5535F; }
p { color: rgb(213,83,95); }
H1.HeaderClassName
{
color: #D5535F;
}
.AnyTagClassName
{
color: #D5535F;
}
</style>
background-color css
<style>
a { background-color: #D5535F; }
a { background-color: rgb(213,83,95); }
div.DivClassName
{
background-color: #D5535F;
}
.BgClassName
{
background-color: #D5535F;
}
</style>
border-color css
<style>
span { border-color: #D5535F; }
span { border-color: rgb(213,83,95); }
td.TdClassName
{
border-color: #D5535F;
}
.TagClassName
{
border-color: #D5535F;
}
</style>