Shades of Mandy #D5525C
Tints of Mandy #D5525C
RGB
CMYK
RGB Variations
Color information
#D5525C (or 0xD5525C) is known color: Mandy. HEX triplet: D5, 52 and 5C. RGB value is (213,82,92). Sum of RGB (Red+Green+Blue) = 213+82+92=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D5525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5525C is #2AADA3. Grayscale: #7A7A7A. Windows color (decimal): -2796964 or 6050517. OLE color: 6050517.
HSL color Cylindrical-coordinate representation of color #D5525C: hue angle of 355.42º 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 #D5525C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 92 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.16 |
| HSL | 355.42º | 0.61% | 0.58% | - |
| HSV(B) | 355.42º | 0.62% | 0.84% | - |
| XYZ | 32.39 | 20.95 | 12.46 | - |
| YUV | 122.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 92 | 0 | 0.62 | 0.57 | 0.16 | 355.42 | 0.61 | 0.58 |
| Hex | D5 | 52 | 5C | 0 | 3E | 39 | 10 | 163 | 3D | 3A |
| Octal | 325 | 122 | 134 | 0 | 76 | 71 | 20 | 543 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1011100 | 0 | 111110 | 111001 | 10000 | 101100011 | 111101 | 111010 |
Color Harmonies of #D5525C
Complementary color
Monochromatic Colors of #D5525C
Black with #D5525C
Text Example
Text Example
White with #D5525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5525C; }
p { color: rgb(213,82,92); }
H1.HeaderClassName
{
color: #D5525C;
}
.AnyTagClassName
{
color: #D5525C;
}
</style>
background-color css
<style>
a { background-color: #D5525C; }
a { background-color: rgb(213,82,92); }
div.DivClassName
{
background-color: #D5525C;
}
.BgClassName
{
background-color: #D5525C;
}
</style>
border-color css
<style>
span { border-color: #D5525C; }
span { border-color: rgb(213,82,92); }
td.TdClassName
{
border-color: #D5525C;
}
.TagClassName
{
border-color: #D5525C;
}
</style>