Shades of Mandy #D5585B
Tints of Mandy #D5585B
RGB
CMYK
RGB Variations
Color information
#D5585B (or 0xD5585B) is known color: Mandy. HEX triplet: D5, 58 and 5B. RGB value is (213,88,91). Sum of RGB (Red+Green+Blue) = 213+88+91=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5585B is #2AA7A4. Grayscale: #7D7D7D. Windows color (decimal): -2795429 or 5986517. OLE color: 5986517.
HSL color Cylindrical-coordinate representation of color #D5585B: hue angle of 358.56º 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 #D5585B is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 91 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.16 |
| HSL | 358.56º | 0.6% | 0.59% | - |
| HSV(B) | 358.56º | 0.59% | 0.84% | - |
| XYZ | 32.82 | 21.88 | 12.39 | - |
| YUV | 125.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 91 | 0 | 0.59 | 0.57 | 0.16 | 358.56 | 0.6 | 0.59 |
| Hex | D5 | 58 | 5B | 0 | 3B | 39 | 10 | 167 | 3C | 3B |
| Octal | 325 | 130 | 133 | 0 | 73 | 71 | 20 | 547 | 74 | 73 |
| Binary | 11010101 | 1011000 | 1011011 | 0 | 111011 | 111001 | 10000 | 101100111 | 111100 | 111011 |
Color Harmonies of #D5585B
Complementary color
Monochromatic Colors of #D5585B
Black with #D5585B
Text Example
Text Example
White with #D5585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5585B; }
p { color: rgb(213,88,91); }
H1.HeaderClassName
{
color: #D5585B;
}
.AnyTagClassName
{
color: #D5585B;
}
</style>
background-color css
<style>
a { background-color: #D5585B; }
a { background-color: rgb(213,88,91); }
div.DivClassName
{
background-color: #D5585B;
}
.BgClassName
{
background-color: #D5585B;
}
</style>
border-color css
<style>
span { border-color: #D5585B; }
span { border-color: rgb(213,88,91); }
td.TdClassName
{
border-color: #D5585B;
}
.TagClassName
{
border-color: #D5585B;
}
</style>