Shades of Mandy #D04749
Tints of Mandy #D04749
RGB
CMYK
RGB Variations
Color information
#D04749 (or 0xD04749) is known color: Mandy. HEX triplet: D0, 47 and 49. RGB value is (208,71,73). Sum of RGB (Red+Green+Blue) = 208+71+73=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D04749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04749 is #2FB8B6. Grayscale: #707070. Windows color (decimal): -3127479 or 4802512. OLE color: 4802512.
HSL color Cylindrical-coordinate representation of color #D04749: hue angle of 359.12º 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 #D04749 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 73 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.18 |
| HSL | 359.12º | 0.59% | 0.55% | - |
| HSV(B) | 359.12º | 0.66% | 0.82% | - |
| XYZ | 29.47 | 18.4 | 8.3 | - |
| YUV | 112.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 73 | 0 | 0.66 | 0.65 | 0.18 | 359.12 | 0.59 | 0.55 |
| Hex | D0 | 47 | 49 | 0 | 42 | 41 | 12 | 167 | 3B | 37 |
| Octal | 320 | 107 | 111 | 0 | 102 | 101 | 22 | 547 | 73 | 67 |
| Binary | 11010000 | 1000111 | 1001001 | 0 | 1000010 | 1000001 | 10010 | 101100111 | 111011 | 110111 |
Color Harmonies of #D04749
Complementary color
Monochromatic Colors of #D04749
Black with #D04749
Text Example
Text Example
White with #D04749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04749; }
p { color: rgb(208,71,73); }
H1.HeaderClassName
{
color: #D04749;
}
.AnyTagClassName
{
color: #D04749;
}
</style>
background-color css
<style>
a { background-color: #D04749; }
a { background-color: rgb(208,71,73); }
div.DivClassName
{
background-color: #D04749;
}
.BgClassName
{
background-color: #D04749;
}
</style>
border-color css
<style>
span { border-color: #D04749; }
span { border-color: rgb(208,71,73); }
td.TdClassName
{
border-color: #D04749;
}
.TagClassName
{
border-color: #D04749;
}
</style>