Shades of Mandy #D04056
Tints of Mandy #D04056
RGB
CMYK
RGB Variations
Color information
#D04056 (or 0xD04056) is known color: Mandy. HEX triplet: D0, 40 and 56. RGB value is (208,64,86). Sum of RGB (Red+Green+Blue) = 208+64+86=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D04056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04056 is #2FBFA9. Grayscale: #6D6D6D. Windows color (decimal): -3129258 or 5652688. OLE color: 5652688.
HSL color Cylindrical-coordinate representation of color #D04056: hue angle of 350.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04056 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 86 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.18 |
| HSL | 350.83º | 0.61% | 0.53% | - |
| HSV(B) | 350.83º | 0.69% | 0.82% | - |
| XYZ | 29.53 | 17.75 | 10.67 | - |
| YUV | 109.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 86 | 0 | 0.69 | 0.59 | 0.18 | 350.83 | 0.61 | 0.53 |
| Hex | D0 | 40 | 56 | 0 | 45 | 3B | 12 | 15F | 3D | 35 |
| Octal | 320 | 100 | 126 | 0 | 105 | 73 | 22 | 537 | 75 | 65 |
| Binary | 11010000 | 1000000 | 1010110 | 0 | 1000101 | 111011 | 10010 | 101011111 | 111101 | 110101 |
Color Harmonies of #D04056
Complementary color
Monochromatic Colors of #D04056
Black with #D04056
Text Example
Text Example
White with #D04056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04056; }
p { color: rgb(208,64,86); }
H1.HeaderClassName
{
color: #D04056;
}
.AnyTagClassName
{
color: #D04056;
}
</style>
background-color css
<style>
a { background-color: #D04056; }
a { background-color: rgb(208,64,86); }
div.DivClassName
{
background-color: #D04056;
}
.BgClassName
{
background-color: #D04056;
}
</style>
border-color css
<style>
span { border-color: #D04056; }
span { border-color: rgb(208,64,86); }
td.TdClassName
{
border-color: #D04056;
}
.TagClassName
{
border-color: #D04056;
}
</style>