Shades of Mandy #D04956
Tints of Mandy #D04956
RGB
CMYK
RGB Variations
Color information
#D04956 (or 0xD04956) is known color: Mandy. HEX triplet: D0, 49 and 56. RGB value is (208,73,86). Sum of RGB (Red+Green+Blue) = 208+73+86=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D04956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04956 is #2FB6A9. Grayscale: #727272. Windows color (decimal): -3126954 or 5654992. OLE color: 5654992.
HSL color Cylindrical-coordinate representation of color #D04956: hue angle of 354.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04956 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 86 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.18 |
| HSL | 354.22º | 0.59% | 0.55% | - |
| HSV(B) | 354.22º | 0.65% | 0.82% | - |
| XYZ | 30.07 | 18.85 | 10.86 | - |
| YUV | 114.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 86 | 0 | 0.65 | 0.59 | 0.18 | 354.22 | 0.59 | 0.55 |
| Hex | D0 | 49 | 56 | 0 | 41 | 3B | 12 | 162 | 3B | 37 |
| Octal | 320 | 111 | 126 | 0 | 101 | 73 | 22 | 542 | 73 | 67 |
| Binary | 11010000 | 1001001 | 1010110 | 0 | 1000001 | 111011 | 10010 | 101100010 | 111011 | 110111 |
Color Harmonies of #D04956
Complementary color
Monochromatic Colors of #D04956
Black with #D04956
Text Example
Text Example
White with #D04956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04956; }
p { color: rgb(208,73,86); }
H1.HeaderClassName
{
color: #D04956;
}
.AnyTagClassName
{
color: #D04956;
}
</style>
background-color css
<style>
a { background-color: #D04956; }
a { background-color: rgb(208,73,86); }
div.DivClassName
{
background-color: #D04956;
}
.BgClassName
{
background-color: #D04956;
}
</style>
border-color css
<style>
span { border-color: #D04956; }
span { border-color: rgb(208,73,86); }
td.TdClassName
{
border-color: #D04956;
}
.TagClassName
{
border-color: #D04956;
}
</style>