Shades of Mandy #D55764
Tints of Mandy #D55764
RGB
CMYK
RGB Variations
Color information
#D55764 (or 0xD55764) is known color: Mandy. HEX triplet: D5, 57 and 64. RGB value is (213,87,100). Sum of RGB (Red+Green+Blue) = 213+87+100=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D55764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55764 is #2AA89B. Grayscale: #7E7E7E. Windows color (decimal): -2795676 or 6576085. OLE color: 6576085.
HSL color Cylindrical-coordinate representation of color #D55764: hue angle of 353.81º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55764 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 100 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.16 |
| HSL | 353.81º | 0.6% | 0.59% | - |
| HSV(B) | 353.81º | 0.59% | 0.84% | - |
| XYZ | 33.15 | 21.88 | 14.53 | - |
| YUV | 126.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 100 | 0 | 0.59 | 0.53 | 0.16 | 353.81 | 0.6 | 0.59 |
| Hex | D5 | 57 | 64 | 0 | 3B | 35 | 10 | 162 | 3C | 3B |
| Octal | 325 | 127 | 144 | 0 | 73 | 65 | 20 | 542 | 74 | 73 |
| Binary | 11010101 | 1010111 | 1100100 | 0 | 111011 | 110101 | 10000 | 101100010 | 111100 | 111011 |
Color Harmonies of #D55764
Complementary color
Monochromatic Colors of #D55764
Black with #D55764
Text Example
Text Example
White with #D55764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55764; }
p { color: rgb(213,87,100); }
H1.HeaderClassName
{
color: #D55764;
}
.AnyTagClassName
{
color: #D55764;
}
</style>
background-color css
<style>
a { background-color: #D55764; }
a { background-color: rgb(213,87,100); }
div.DivClassName
{
background-color: #D55764;
}
.BgClassName
{
background-color: #D55764;
}
</style>
border-color css
<style>
span { border-color: #D55764; }
span { border-color: rgb(213,87,100); }
td.TdClassName
{
border-color: #D55764;
}
.TagClassName
{
border-color: #D55764;
}
</style>