Shades of Mandy #D04E5C
Tints of Mandy #D04E5C
RGB
CMYK
RGB Variations
Color information
#D04E5C (or 0xD04E5C) is known color: Mandy. HEX triplet: D0, 4E and 5C. RGB value is (208,78,92). Sum of RGB (Red+Green+Blue) = 208+78+92=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04E5C is #2FB1A3. Grayscale: #767676. Windows color (decimal): -3125668 or 6049488. OLE color: 6049488.
HSL color Cylindrical-coordinate representation of color #D04E5C: hue angle of 353.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04E5C is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 92 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.18 |
| HSL | 353.54º | 0.58% | 0.56% | - |
| HSV(B) | 353.54º | 0.63% | 0.82% | - |
| XYZ | 30.67 | 19.63 | 12.3 | - |
| YUV | 118.47 | 113.07 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 92 | 0 | 0.62 | 0.56 | 0.18 | 353.54 | 0.58 | 0.56 |
| Hex | D0 | 4E | 5C | 0 | 3E | 38 | 12 | 162 | 3A | 38 |
| Octal | 320 | 116 | 134 | 0 | 76 | 70 | 22 | 542 | 72 | 70 |
| Binary | 11010000 | 1001110 | 1011100 | 0 | 111110 | 111000 | 10010 | 101100010 | 111010 | 111000 |
Color Harmonies of #D04E5C
Complementary color
Monochromatic Colors of #D04E5C
Black with #D04E5C
Text Example
Text Example
White with #D04E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E5C; }
p { color: rgb(208,78,92); }
H1.HeaderClassName
{
color: #D04E5C;
}
.AnyTagClassName
{
color: #D04E5C;
}
</style>
background-color css
<style>
a { background-color: #D04E5C; }
a { background-color: rgb(208,78,92); }
div.DivClassName
{
background-color: #D04E5C;
}
.BgClassName
{
background-color: #D04E5C;
}
</style>
border-color css
<style>
span { border-color: #D04E5C; }
span { border-color: rgb(208,78,92); }
td.TdClassName
{
border-color: #D04E5C;
}
.TagClassName
{
border-color: #D04E5C;
}
</style>