Shades of Mandy #D55E66
Tints of Mandy #D55E66
RGB
CMYK
RGB Variations
Color information
#D55E66 (or 0xD55E66) is known color: Mandy. HEX triplet: D5, 5E and 66. RGB value is (213,94,102). Sum of RGB (Red+Green+Blue) = 213+94+102=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E66 is #2AA199. Grayscale: #828282. Windows color (decimal): -2793882 or 6708949. OLE color: 6708949.
HSL color Cylindrical-coordinate representation of color #D55E66: hue angle of 355.97º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55E66 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 102 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.16 |
| HSL | 355.97º | 0.59% | 0.6% | - |
| HSV(B) | 355.97º | 0.56% | 0.84% | - |
| XYZ | 33.84 | 23.11 | 15.25 | - |
| YUV | 130.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 102 | 0 | 0.56 | 0.52 | 0.16 | 355.97 | 0.59 | 0.6 |
| Hex | D5 | 5E | 66 | 0 | 38 | 34 | 10 | 164 | 3B | 3C |
| Octal | 325 | 136 | 146 | 0 | 70 | 64 | 20 | 544 | 73 | 74 |
| Binary | 11010101 | 1011110 | 1100110 | 0 | 111000 | 110100 | 10000 | 101100100 | 111011 | 111100 |
Color Harmonies of #D55E66
Complementary color
Monochromatic Colors of #D55E66
Black with #D55E66
Text Example
Text Example
White with #D55E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E66; }
p { color: rgb(213,94,102); }
H1.HeaderClassName
{
color: #D55E66;
}
.AnyTagClassName
{
color: #D55E66;
}
</style>
background-color css
<style>
a { background-color: #D55E66; }
a { background-color: rgb(213,94,102); }
div.DivClassName
{
background-color: #D55E66;
}
.BgClassName
{
background-color: #D55E66;
}
</style>
border-color css
<style>
span { border-color: #D55E66; }
span { border-color: rgb(213,94,102); }
td.TdClassName
{
border-color: #D55E66;
}
.TagClassName
{
border-color: #D55E66;
}
</style>