Shades of Mandy #D04F51
Tints of Mandy #D04F51
RGB
CMYK
RGB Variations
Color information
#D04F51 (or 0xD04F51) is known color: Mandy. HEX triplet: D0, 4F and 51. RGB value is (208,79,81). Sum of RGB (Red+Green+Blue) = 208+79+81=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04F51 is #2FB0AE. Grayscale: #757575. Windows color (decimal): -3125423 or 5328848. OLE color: 5328848.
HSL color Cylindrical-coordinate representation of color #D04F51: hue angle of 359.07º 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 #D04F51 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 81 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.18 |
| HSL | 359.07º | 0.58% | 0.56% | - |
| HSV(B) | 359.07º | 0.62% | 0.82% | - |
| XYZ | 30.29 | 19.6 | 9.97 | - |
| YUV | 117.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 81 | 0 | 0.62 | 0.61 | 0.18 | 359.07 | 0.58 | 0.56 |
| Hex | D0 | 4F | 51 | 0 | 3E | 3D | 12 | 167 | 3A | 38 |
| Octal | 320 | 117 | 121 | 0 | 76 | 75 | 22 | 547 | 72 | 70 |
| Binary | 11010000 | 1001111 | 1010001 | 0 | 111110 | 111101 | 10010 | 101100111 | 111010 | 111000 |
Color Harmonies of #D04F51
Complementary color
Monochromatic Colors of #D04F51
Black with #D04F51
Text Example
Text Example
White with #D04F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F51; }
p { color: rgb(208,79,81); }
H1.HeaderClassName
{
color: #D04F51;
}
.AnyTagClassName
{
color: #D04F51;
}
</style>
background-color css
<style>
a { background-color: #D04F51; }
a { background-color: rgb(208,79,81); }
div.DivClassName
{
background-color: #D04F51;
}
.BgClassName
{
background-color: #D04F51;
}
</style>
border-color css
<style>
span { border-color: #D04F51; }
span { border-color: rgb(208,79,81); }
td.TdClassName
{
border-color: #D04F51;
}
.TagClassName
{
border-color: #D04F51;
}
</style>