Shades of Mandy #D04E5A
Tints of Mandy #D04E5A
RGB
CMYK
RGB Variations
Color information
#D04E5A (or 0xD04E5A) is known color: Mandy. HEX triplet: D0, 4E and 5A. RGB value is (208,78,90). Sum of RGB (Red+Green+Blue) = 208+78+90=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04E5A is #2FB1A5. Grayscale: #767676. Windows color (decimal): -3125670 or 5918416. OLE color: 5918416.
HSL color Cylindrical-coordinate representation of color #D04E5A: hue angle of 354.46º 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 #D04E5A is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 90 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.18 |
| HSL | 354.46º | 0.58% | 0.56% | - |
| HSV(B) | 354.46º | 0.63% | 0.82% | - |
| XYZ | 30.58 | 19.6 | 11.84 | - |
| YUV | 118.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 90 | 0 | 0.62 | 0.57 | 0.18 | 354.46 | 0.58 | 0.56 |
| Hex | D0 | 4E | 5A | 0 | 3E | 39 | 12 | 162 | 3A | 38 |
| Octal | 320 | 116 | 132 | 0 | 76 | 71 | 22 | 542 | 72 | 70 |
| Binary | 11010000 | 1001110 | 1011010 | 0 | 111110 | 111001 | 10010 | 101100010 | 111010 | 111000 |
Color Harmonies of #D04E5A
Complementary color
Monochromatic Colors of #D04E5A
Black with #D04E5A
Text Example
Text Example
White with #D04E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E5A; }
p { color: rgb(208,78,90); }
H1.HeaderClassName
{
color: #D04E5A;
}
.AnyTagClassName
{
color: #D04E5A;
}
</style>
background-color css
<style>
a { background-color: #D04E5A; }
a { background-color: rgb(208,78,90); }
div.DivClassName
{
background-color: #D04E5A;
}
.BgClassName
{
background-color: #D04E5A;
}
</style>
border-color css
<style>
span { border-color: #D04E5A; }
span { border-color: rgb(208,78,90); }
td.TdClassName
{
border-color: #D04E5A;
}
.TagClassName
{
border-color: #D04E5A;
}
</style>