Shades of Mandy #D04547
Tints of Mandy #D04547
RGB
CMYK
RGB Variations
Color information
#D04547 (or 0xD04547) is known color: Mandy. HEX triplet: D0, 45 and 47. RGB value is (208,69,71). Sum of RGB (Red+Green+Blue) = 208+69+71=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D04547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04547 is #2FBAB8. Grayscale: #6E6E6E. Windows color (decimal): -3127993 or 4670928. OLE color: 4670928.
HSL color Cylindrical-coordinate representation of color #D04547: hue angle of 359.14º 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 #D04547 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 71 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.18 |
| HSL | 359.14º | 0.6% | 0.54% | - |
| HSV(B) | 359.14º | 0.67% | 0.82% | - |
| XYZ | 29.28 | 18.12 | 7.92 | - |
| YUV | 110.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 71 | 0 | 0.67 | 0.66 | 0.18 | 359.14 | 0.6 | 0.54 |
| Hex | D0 | 45 | 47 | 0 | 43 | 42 | 12 | 167 | 3C | 36 |
| Octal | 320 | 105 | 107 | 0 | 103 | 102 | 22 | 547 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1000111 | 0 | 1000011 | 1000010 | 10010 | 101100111 | 111100 | 110110 |
Color Harmonies of #D04547
Complementary color
Monochromatic Colors of #D04547
Black with #D04547
Text Example
Text Example
White with #D04547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04547; }
p { color: rgb(208,69,71); }
H1.HeaderClassName
{
color: #D04547;
}
.AnyTagClassName
{
color: #D04547;
}
</style>
background-color css
<style>
a { background-color: #D04547; }
a { background-color: rgb(208,69,71); }
div.DivClassName
{
background-color: #D04547;
}
.BgClassName
{
background-color: #D04547;
}
</style>
border-color css
<style>
span { border-color: #D04547; }
span { border-color: rgb(208,69,71); }
td.TdClassName
{
border-color: #D04547;
}
.TagClassName
{
border-color: #D04547;
}
</style>