Shades of Mandy #D55F63
Tints of Mandy #D55F63
RGB
CMYK
RGB Variations
Color information
#D55F63 (or 0xD55F63) is known color: Mandy. HEX triplet: D5, 5F and 63. RGB value is (213,95,99). Sum of RGB (Red+Green+Blue) = 213+95+99=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F63 is #2AA09C. Grayscale: #828282. Windows color (decimal): -2793629 or 6512597. OLE color: 6512597.
HSL color Cylindrical-coordinate representation of color #D55F63: hue angle of 357.97º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F63 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 99 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.16 |
| HSL | 357.97º | 0.58% | 0.6% | - |
| HSV(B) | 357.97º | 0.55% | 0.84% | - |
| XYZ | 33.78 | 23.23 | 14.51 | - |
| YUV | 130.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 99 | 0 | 0.55 | 0.54 | 0.16 | 357.97 | 0.58 | 0.6 |
| Hex | D5 | 5F | 63 | 0 | 37 | 36 | 10 | 166 | 3A | 3C |
| Octal | 325 | 137 | 143 | 0 | 67 | 66 | 20 | 546 | 72 | 74 |
| Binary | 11010101 | 1011111 | 1100011 | 0 | 110111 | 110110 | 10000 | 101100110 | 111010 | 111100 |
Color Harmonies of #D55F63
Complementary color
Monochromatic Colors of #D55F63
Black with #D55F63
Text Example
Text Example
White with #D55F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F63; }
p { color: rgb(213,95,99); }
H1.HeaderClassName
{
color: #D55F63;
}
.AnyTagClassName
{
color: #D55F63;
}
</style>
background-color css
<style>
a { background-color: #D55F63; }
a { background-color: rgb(213,95,99); }
div.DivClassName
{
background-color: #D55F63;
}
.BgClassName
{
background-color: #D55F63;
}
</style>
border-color css
<style>
span { border-color: #D55F63; }
span { border-color: rgb(213,95,99); }
td.TdClassName
{
border-color: #D55F63;
}
.TagClassName
{
border-color: #D55F63;
}
</style>