Shades of Mandy #D4585B
Tints of Mandy #D4585B
RGB
CMYK
RGB Variations
Color information
#D4585B (or 0xD4585B) is known color: Mandy. HEX triplet: D4, 58 and 5B. RGB value is (212,88,91). Sum of RGB (Red+Green+Blue) = 212+88+91=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4585B is #2BA7A4. Grayscale: #7D7D7D. Windows color (decimal): -2860965 or 5986516. OLE color: 5986516.
HSL color Cylindrical-coordinate representation of color #D4585B: hue angle of 358.55º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4585B is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 91 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.17 |
| HSL | 358.55º | 0.59% | 0.59% | - |
| HSV(B) | 358.55º | 0.58% | 0.83% | - |
| XYZ | 32.53 | 21.73 | 12.38 | - |
| YUV | 125.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 91 | 0 | 0.58 | 0.57 | 0.17 | 358.55 | 0.59 | 0.59 |
| Hex | D4 | 58 | 5B | 0 | 3A | 39 | 11 | 167 | 3B | 3B |
| Octal | 324 | 130 | 133 | 0 | 72 | 71 | 21 | 547 | 73 | 73 |
| Binary | 11010100 | 1011000 | 1011011 | 0 | 111010 | 111001 | 10001 | 101100111 | 111011 | 111011 |
Color Harmonies of #D4585B
Complementary color
Monochromatic Colors of #D4585B
Black with #D4585B
Text Example
Text Example
White with #D4585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4585B; }
p { color: rgb(212,88,91); }
H1.HeaderClassName
{
color: #D4585B;
}
.AnyTagClassName
{
color: #D4585B;
}
</style>
background-color css
<style>
a { background-color: #D4585B; }
a { background-color: rgb(212,88,91); }
div.DivClassName
{
background-color: #D4585B;
}
.BgClassName
{
background-color: #D4585B;
}
</style>
border-color css
<style>
span { border-color: #D4585B; }
span { border-color: rgb(212,88,91); }
td.TdClassName
{
border-color: #D4585B;
}
.TagClassName
{
border-color: #D4585B;
}
</style>