Shades of Mandy #D5525E
Tints of Mandy #D5525E
RGB
CMYK
RGB Variations
Color information
#D5525E (or 0xD5525E) is known color: Mandy. HEX triplet: D5, 52 and 5E. RGB value is (213,82,94). Sum of RGB (Red+Green+Blue) = 213+82+94=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5525E is #2AADA1. Grayscale: #7A7A7A. Windows color (decimal): -2796962 or 6181589. OLE color: 6181589.
HSL color Cylindrical-coordinate representation of color #D5525E: hue angle of 354.5º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5525E is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 94 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.16 |
| HSL | 354.5º | 0.61% | 0.58% | - |
| HSV(B) | 354.5º | 0.62% | 0.84% | - |
| XYZ | 32.48 | 20.99 | 12.93 | - |
| YUV | 122.54 | 111.9 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 94 | 0 | 0.62 | 0.56 | 0.16 | 354.5 | 0.61 | 0.58 |
| Hex | D5 | 52 | 5E | 0 | 3E | 38 | 10 | 163 | 3D | 3A |
| Octal | 325 | 122 | 136 | 0 | 76 | 70 | 20 | 543 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1011110 | 0 | 111110 | 111000 | 10000 | 101100011 | 111101 | 111010 |
Color Harmonies of #D5525E
Complementary color
Monochromatic Colors of #D5525E
Black with #D5525E
Text Example
Text Example
White with #D5525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5525E; }
p { color: rgb(213,82,94); }
H1.HeaderClassName
{
color: #D5525E;
}
.AnyTagClassName
{
color: #D5525E;
}
</style>
background-color css
<style>
a { background-color: #D5525E; }
a { background-color: rgb(213,82,94); }
div.DivClassName
{
background-color: #D5525E;
}
.BgClassName
{
background-color: #D5525E;
}
</style>
border-color css
<style>
span { border-color: #D5525E; }
span { border-color: rgb(213,82,94); }
td.TdClassName
{
border-color: #D5525E;
}
.TagClassName
{
border-color: #D5525E;
}
</style>