Shades of Mandy #D55360
Tints of Mandy #D55360
RGB
CMYK
RGB Variations
Color information
#D55360 (or 0xD55360) is known color: Mandy. HEX triplet: D5, 53 and 60. RGB value is (213,83,96). Sum of RGB (Red+Green+Blue) = 213+83+96=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D55360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55360 is #2AAC9F. Grayscale: #7B7B7B. Windows color (decimal): -2796704 or 6312917. OLE color: 6312917.
HSL color Cylindrical-coordinate representation of color #D55360: hue angle of 354º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55360 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 96 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.16 |
| HSL | 354º | 0.61% | 0.58% | - |
| HSV(B) | 354º | 0.61% | 0.84% | - |
| XYZ | 32.65 | 21.18 | 13.43 | - |
| YUV | 123.35 | 112.57 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 96 | 0 | 0.61 | 0.55 | 0.16 | 354 | 0.61 | 0.58 |
| Hex | D5 | 53 | 60 | 0 | 3D | 37 | 10 | 162 | 3D | 3A |
| Octal | 325 | 123 | 140 | 0 | 75 | 67 | 20 | 542 | 75 | 72 |
| Binary | 11010101 | 1010011 | 1100000 | 0 | 111101 | 110111 | 10000 | 101100010 | 111101 | 111010 |
Color Harmonies of #D55360
Complementary color
Monochromatic Colors of #D55360
Black with #D55360
Text Example
Text Example
White with #D55360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55360; }
p { color: rgb(213,83,96); }
H1.HeaderClassName
{
color: #D55360;
}
.AnyTagClassName
{
color: #D55360;
}
</style>
background-color css
<style>
a { background-color: #D55360; }
a { background-color: rgb(213,83,96); }
div.DivClassName
{
background-color: #D55360;
}
.BgClassName
{
background-color: #D55360;
}
</style>
border-color css
<style>
span { border-color: #D55360; }
span { border-color: rgb(213,83,96); }
td.TdClassName
{
border-color: #D55360;
}
.TagClassName
{
border-color: #D55360;
}
</style>