Shades of Mandy #D55B5E
Tints of Mandy #D55B5E
RGB
CMYK
RGB Variations
Color information
#D55B5E (or 0xD55B5E) is known color: Mandy. HEX triplet: D5, 5B and 5E. RGB value is (213,91,94). Sum of RGB (Red+Green+Blue) = 213+91+94=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B5E is #2AA4A1. Grayscale: #7F7F7F. Windows color (decimal): -2794658 or 6183893. OLE color: 6183893.
HSL color Cylindrical-coordinate representation of color #D55B5E: hue angle of 358.52º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55B5E is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 94 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.16 |
| HSL | 358.52º | 0.59% | 0.6% | - |
| HSV(B) | 358.52º | 0.57% | 0.84% | - |
| XYZ | 33.2 | 22.44 | 13.17 | - |
| YUV | 127.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 94 | 0 | 0.57 | 0.56 | 0.16 | 358.52 | 0.59 | 0.6 |
| Hex | D5 | 5B | 5E | 0 | 39 | 38 | 10 | 167 | 3B | 3C |
| Octal | 325 | 133 | 136 | 0 | 71 | 70 | 20 | 547 | 73 | 74 |
| Binary | 11010101 | 1011011 | 1011110 | 0 | 111001 | 111000 | 10000 | 101100111 | 111011 | 111100 |
Color Harmonies of #D55B5E
Complementary color
Monochromatic Colors of #D55B5E
Black with #D55B5E
Text Example
Text Example
White with #D55B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55B5E; }
p { color: rgb(213,91,94); }
H1.HeaderClassName
{
color: #D55B5E;
}
.AnyTagClassName
{
color: #D55B5E;
}
</style>
background-color css
<style>
a { background-color: #D55B5E; }
a { background-color: rgb(213,91,94); }
div.DivClassName
{
background-color: #D55B5E;
}
.BgClassName
{
background-color: #D55B5E;
}
</style>
border-color css
<style>
span { border-color: #D55B5E; }
span { border-color: rgb(213,91,94); }
td.TdClassName
{
border-color: #D55B5E;
}
.TagClassName
{
border-color: #D55B5E;
}
</style>