Shades of Mandy #D4585A
Tints of Mandy #D4585A
RGB
CMYK
RGB Variations
Color information
#D4585A (or 0xD4585A) is known color: Mandy. HEX triplet: D4, 58 and 5A. RGB value is (212,88,90). Sum of RGB (Red+Green+Blue) = 212+88+90=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4585A is #2BA7A5. Grayscale: #7D7D7D. Windows color (decimal): -2860966 or 5920980. OLE color: 5920980.
HSL color Cylindrical-coordinate representation of color #D4585A: hue angle of 359.03º 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 #D4585A is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 90 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.17 |
| HSL | 359.03º | 0.59% | 0.59% | - |
| HSV(B) | 359.03º | 0.58% | 0.83% | - |
| XYZ | 32.49 | 21.71 | 12.15 | - |
| YUV | 125.3 | 108.08 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 90 | 0 | 0.58 | 0.58 | 0.17 | 359.03 | 0.59 | 0.59 |
| Hex | D4 | 58 | 5A | 0 | 3A | 3A | 11 | 167 | 3B | 3B |
| Octal | 324 | 130 | 132 | 0 | 72 | 72 | 21 | 547 | 73 | 73 |
| Binary | 11010100 | 1011000 | 1011010 | 0 | 111010 | 111010 | 10001 | 101100111 | 111011 | 111011 |
Color Harmonies of #D4585A
Complementary color
Monochromatic Colors of #D4585A
Black with #D4585A
Text Example
Text Example
White with #D4585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4585A; }
p { color: rgb(212,88,90); }
H1.HeaderClassName
{
color: #D4585A;
}
.AnyTagClassName
{
color: #D4585A;
}
</style>
background-color css
<style>
a { background-color: #D4585A; }
a { background-color: rgb(212,88,90); }
div.DivClassName
{
background-color: #D4585A;
}
.BgClassName
{
background-color: #D4585A;
}
</style>
border-color css
<style>
span { border-color: #D4585A; }
span { border-color: rgb(212,88,90); }
td.TdClassName
{
border-color: #D4585A;
}
.TagClassName
{
border-color: #D4585A;
}
</style>