Shades of Mandy #D55356
Tints of Mandy #D55356
RGB
CMYK
RGB Variations
Color information
#D55356 (or 0xD55356) is known color: Mandy. HEX triplet: D5, 53 and 56. RGB value is (213,83,86). Sum of RGB (Red+Green+Blue) = 213+83+86=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D55356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55356 is #2AACA9. Grayscale: #7A7A7A. Windows color (decimal): -2796714 or 5657557. OLE color: 5657557.
HSL color Cylindrical-coordinate representation of color #D55356: hue angle of 358.62º 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 #D55356 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 86 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.16 |
| HSL | 358.62º | 0.61% | 0.58% | - |
| HSV(B) | 358.62º | 0.61% | 0.84% | - |
| XYZ | 32.21 | 21 | 11.16 | - |
| YUV | 122.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 86 | 0 | 0.61 | 0.60 | 0.16 | 358.62 | 0.61 | 0.58 |
| Hex | D5 | 53 | 56 | 0 | 3D | 3C | 10 | 167 | 3D | 3A |
| Octal | 325 | 123 | 126 | 0 | 75 | 74 | 20 | 547 | 75 | 72 |
| Binary | 11010101 | 1010011 | 1010110 | 0 | 111101 | 111100 | 10000 | 101100111 | 111101 | 111010 |
Color Harmonies of #D55356
Complementary color
Monochromatic Colors of #D55356
Black with #D55356
Text Example
Text Example
White with #D55356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55356; }
p { color: rgb(213,83,86); }
H1.HeaderClassName
{
color: #D55356;
}
.AnyTagClassName
{
color: #D55356;
}
</style>
background-color css
<style>
a { background-color: #D55356; }
a { background-color: rgb(213,83,86); }
div.DivClassName
{
background-color: #D55356;
}
.BgClassName
{
background-color: #D55356;
}
</style>
border-color css
<style>
span { border-color: #D55356; }
span { border-color: rgb(213,83,86); }
td.TdClassName
{
border-color: #D55356;
}
.TagClassName
{
border-color: #D55356;
}
</style>