Shades of Mandy #D55A62
Tints of Mandy #D55A62
RGB
CMYK
RGB Variations
Color information
#D55A62 (or 0xD55A62) is known color: Mandy. HEX triplet: D5, 5A and 62. RGB value is (213,90,98). Sum of RGB (Red+Green+Blue) = 213+90+98=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A62 is #2AA59D. Grayscale: #7F7F7F. Windows color (decimal): -2794910 or 6445781. OLE color: 6445781.
HSL color Cylindrical-coordinate representation of color #D55A62: hue angle of 356.1º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55A62 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 98 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.16 |
| HSL | 356.1º | 0.59% | 0.59% | - |
| HSV(B) | 356.1º | 0.58% | 0.84% | - |
| XYZ | 33.3 | 22.34 | 14.11 | - |
| YUV | 127.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 98 | 0 | 0.58 | 0.54 | 0.16 | 356.1 | 0.59 | 0.59 |
| Hex | D5 | 5A | 62 | 0 | 3A | 36 | 10 | 164 | 3B | 3B |
| Octal | 325 | 132 | 142 | 0 | 72 | 66 | 20 | 544 | 73 | 73 |
| Binary | 11010101 | 1011010 | 1100010 | 0 | 111010 | 110110 | 10000 | 101100100 | 111011 | 111011 |
Color Harmonies of #D55A62
Complementary color
Monochromatic Colors of #D55A62
Black with #D55A62
Text Example
Text Example
White with #D55A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A62; }
p { color: rgb(213,90,98); }
H1.HeaderClassName
{
color: #D55A62;
}
.AnyTagClassName
{
color: #D55A62;
}
</style>
background-color css
<style>
a { background-color: #D55A62; }
a { background-color: rgb(213,90,98); }
div.DivClassName
{
background-color: #D55A62;
}
.BgClassName
{
background-color: #D55A62;
}
</style>
border-color css
<style>
span { border-color: #D55A62; }
span { border-color: rgb(213,90,98); }
td.TdClassName
{
border-color: #D55A62;
}
.TagClassName
{
border-color: #D55A62;
}
</style>