Shades of Mandy #D04656
Tints of Mandy #D04656
RGB
CMYK
RGB Variations
Color information
#D04656 (or 0xD04656) is known color: Mandy. HEX triplet: D0, 46 and 56. RGB value is (208,70,86). Sum of RGB (Red+Green+Blue) = 208+70+86=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D04656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04656 is #2FB9A9. Grayscale: #717171. Windows color (decimal): -3127722 or 5654224. OLE color: 5654224.
HSL color Cylindrical-coordinate representation of color #D04656: hue angle of 353.04º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04656 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 86 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.18 |
| HSL | 353.04º | 0.59% | 0.55% | - |
| HSV(B) | 353.04º | 0.66% | 0.82% | - |
| XYZ | 29.88 | 18.46 | 10.79 | - |
| YUV | 113.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 86 | 0 | 0.66 | 0.59 | 0.18 | 353.04 | 0.59 | 0.55 |
| Hex | D0 | 46 | 56 | 0 | 42 | 3B | 12 | 161 | 3B | 37 |
| Octal | 320 | 106 | 126 | 0 | 102 | 73 | 22 | 541 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1010110 | 0 | 1000010 | 111011 | 10010 | 101100001 | 111011 | 110111 |
Color Harmonies of #D04656
Complementary color
Monochromatic Colors of #D04656
Black with #D04656
Text Example
Text Example
White with #D04656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04656; }
p { color: rgb(208,70,86); }
H1.HeaderClassName
{
color: #D04656;
}
.AnyTagClassName
{
color: #D04656;
}
</style>
background-color css
<style>
a { background-color: #D04656; }
a { background-color: rgb(208,70,86); }
div.DivClassName
{
background-color: #D04656;
}
.BgClassName
{
background-color: #D04656;
}
</style>
border-color css
<style>
span { border-color: #D04656; }
span { border-color: rgb(208,70,86); }
td.TdClassName
{
border-color: #D04656;
}
.TagClassName
{
border-color: #D04656;
}
</style>