Shades of Mandy #D4585C
Tints of Mandy #D4585C
RGB
CMYK
RGB Variations
Color information
#D4585C (or 0xD4585C) is known color: Mandy. HEX triplet: D4, 58 and 5C. RGB value is (212,88,92). Sum of RGB (Red+Green+Blue) = 212+88+92=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4585C is #2BA7A3. Grayscale: #7D7D7D. Windows color (decimal): -2860964 or 6052052. OLE color: 6052052.
HSL color Cylindrical-coordinate representation of color #D4585C: hue angle of 358.06º 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 #D4585C is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 92 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.17 |
| HSL | 358.06º | 0.59% | 0.59% | - |
| HSV(B) | 358.06º | 0.58% | 0.83% | - |
| XYZ | 32.57 | 21.75 | 12.61 | - |
| YUV | 125.53 | 109.08 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 92 | 0 | 0.58 | 0.57 | 0.17 | 358.06 | 0.59 | 0.59 |
| Hex | D4 | 58 | 5C | 0 | 3A | 39 | 11 | 166 | 3B | 3B |
| Octal | 324 | 130 | 134 | 0 | 72 | 71 | 21 | 546 | 73 | 73 |
| Binary | 11010100 | 1011000 | 1011100 | 0 | 111010 | 111001 | 10001 | 101100110 | 111011 | 111011 |
Color Harmonies of #D4585C
Complementary color
Monochromatic Colors of #D4585C
Black with #D4585C
Text Example
Text Example
White with #D4585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4585C; }
p { color: rgb(212,88,92); }
H1.HeaderClassName
{
color: #D4585C;
}
.AnyTagClassName
{
color: #D4585C;
}
</style>
background-color css
<style>
a { background-color: #D4585C; }
a { background-color: rgb(212,88,92); }
div.DivClassName
{
background-color: #D4585C;
}
.BgClassName
{
background-color: #D4585C;
}
</style>
border-color css
<style>
span { border-color: #D4585C; }
span { border-color: rgb(212,88,92); }
td.TdClassName
{
border-color: #D4585C;
}
.TagClassName
{
border-color: #D4585C;
}
</style>