Shades of Mandy #D04E51
Tints of Mandy #D04E51
RGB
CMYK
RGB Variations
Color information
#D04E51 (or 0xD04E51) is known color: Mandy. HEX triplet: D0, 4E and 51. RGB value is (208,78,81). Sum of RGB (Red+Green+Blue) = 208+78+81=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04E51 is #2FB1AE. Grayscale: #757575. Windows color (decimal): -3125679 or 5328592. OLE color: 5328592.
HSL color Cylindrical-coordinate representation of color #D04E51: hue angle of 358.62º 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 #D04E51 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 81 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.18 |
| HSL | 358.62º | 0.58% | 0.56% | - |
| HSV(B) | 358.62º | 0.63% | 0.82% | - |
| XYZ | 30.22 | 19.45 | 9.95 | - |
| YUV | 117.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 81 | 0 | 0.62 | 0.61 | 0.18 | 358.62 | 0.58 | 0.56 |
| Hex | D0 | 4E | 51 | 0 | 3E | 3D | 12 | 167 | 3A | 38 |
| Octal | 320 | 116 | 121 | 0 | 76 | 75 | 22 | 547 | 72 | 70 |
| Binary | 11010000 | 1001110 | 1010001 | 0 | 111110 | 111101 | 10010 | 101100111 | 111010 | 111000 |
Color Harmonies of #D04E51
Complementary color
Monochromatic Colors of #D04E51
Black with #D04E51
Text Example
Text Example
White with #D04E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04E51; }
p { color: rgb(208,78,81); }
H1.HeaderClassName
{
color: #D04E51;
}
.AnyTagClassName
{
color: #D04E51;
}
</style>
background-color css
<style>
a { background-color: #D04E51; }
a { background-color: rgb(208,78,81); }
div.DivClassName
{
background-color: #D04E51;
}
.BgClassName
{
background-color: #D04E51;
}
</style>
border-color css
<style>
span { border-color: #D04E51; }
span { border-color: rgb(208,78,81); }
td.TdClassName
{
border-color: #D04E51;
}
.TagClassName
{
border-color: #D04E51;
}
</style>