Shades of Mandy #D04A56
Tints of Mandy #D04A56
RGB
CMYK
RGB Variations
Color information
#D04A56 (or 0xD04A56) is known color: Mandy. HEX triplet: D0, 4A and 56. RGB value is (208,74,86). Sum of RGB (Red+Green+Blue) = 208+74+86=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A56 is #2FB5A9. Grayscale: #737373. Windows color (decimal): -3126698 or 5655248. OLE color: 5655248.
HSL color Cylindrical-coordinate representation of color #D04A56: hue angle of 354.63º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04A56 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 86 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.18 |
| HSL | 354.63º | 0.59% | 0.55% | - |
| HSV(B) | 354.63º | 0.64% | 0.82% | - |
| XYZ | 30.14 | 18.98 | 10.88 | - |
| YUV | 115.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 86 | 0 | 0.64 | 0.59 | 0.18 | 354.63 | 0.59 | 0.55 |
| Hex | D0 | 4A | 56 | 0 | 40 | 3B | 12 | 163 | 3B | 37 |
| Octal | 320 | 112 | 126 | 0 | 100 | 73 | 22 | 543 | 73 | 67 |
| Binary | 11010000 | 1001010 | 1010110 | 0 | 1000000 | 111011 | 10010 | 101100011 | 111011 | 110111 |
Color Harmonies of #D04A56
Complementary color
Monochromatic Colors of #D04A56
Black with #D04A56
Text Example
Text Example
White with #D04A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04A56; }
p { color: rgb(208,74,86); }
H1.HeaderClassName
{
color: #D04A56;
}
.AnyTagClassName
{
color: #D04A56;
}
</style>
background-color css
<style>
a { background-color: #D04A56; }
a { background-color: rgb(208,74,86); }
div.DivClassName
{
background-color: #D04A56;
}
.BgClassName
{
background-color: #D04A56;
}
</style>
border-color css
<style>
span { border-color: #D04A56; }
span { border-color: rgb(208,74,86); }
td.TdClassName
{
border-color: #D04A56;
}
.TagClassName
{
border-color: #D04A56;
}
</style>