Shades of Mandy #D04549
Tints of Mandy #D04549
RGB
CMYK
RGB Variations
Color information
#D04549 (or 0xD04549) is known color: Mandy. HEX triplet: D0, 45 and 49. RGB value is (208,69,73). Sum of RGB (Red+Green+Blue) = 208+69+73=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D04549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04549 is #2FBAB6. Grayscale: #6F6F6F. Windows color (decimal): -3127991 or 4802000. OLE color: 4802000.
HSL color Cylindrical-coordinate representation of color #D04549: hue angle of 358.27º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04549 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 73 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.18 |
| HSL | 358.27º | 0.6% | 0.54% | - |
| HSV(B) | 358.27º | 0.67% | 0.82% | - |
| XYZ | 29.34 | 18.15 | 8.26 | - |
| YUV | 111.02 | 106.55 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 73 | 0 | 0.67 | 0.65 | 0.18 | 358.27 | 0.6 | 0.54 |
| Hex | D0 | 45 | 49 | 0 | 43 | 41 | 12 | 166 | 3C | 36 |
| Octal | 320 | 105 | 111 | 0 | 103 | 101 | 22 | 546 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1001001 | 0 | 1000011 | 1000001 | 10010 | 101100110 | 111100 | 110110 |
Color Harmonies of #D04549
Complementary color
Monochromatic Colors of #D04549
Black with #D04549
Text Example
Text Example
White with #D04549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04549; }
p { color: rgb(208,69,73); }
H1.HeaderClassName
{
color: #D04549;
}
.AnyTagClassName
{
color: #D04549;
}
</style>
background-color css
<style>
a { background-color: #D04549; }
a { background-color: rgb(208,69,73); }
div.DivClassName
{
background-color: #D04549;
}
.BgClassName
{
background-color: #D04549;
}
</style>
border-color css
<style>
span { border-color: #D04549; }
span { border-color: rgb(208,69,73); }
td.TdClassName
{
border-color: #D04549;
}
.TagClassName
{
border-color: #D04549;
}
</style>