Shades of Mandy #D04647
Tints of Mandy #D04647
RGB
CMYK
RGB Variations
Color information
#D04647 (or 0xD04647) is known color: Mandy. HEX triplet: D0, 46 and 47. RGB value is (208,70,71). Sum of RGB (Red+Green+Blue) = 208+70+71=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D04647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04647 is #2FB9B8. Grayscale: #6F6F6F. Windows color (decimal): -3127737 or 4671184. OLE color: 4671184.
HSL color Cylindrical-coordinate representation of color #D04647: hue angle of 359.57º 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 #D04647 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 71 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.18 |
| HSL | 359.57º | 0.59% | 0.55% | - |
| HSV(B) | 359.57º | 0.66% | 0.82% | - |
| XYZ | 29.34 | 18.25 | 7.94 | - |
| YUV | 111.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 71 | 0 | 0.66 | 0.66 | 0.18 | 359.57 | 0.59 | 0.55 |
| Hex | D0 | 46 | 47 | 0 | 42 | 42 | 12 | 168 | 3B | 37 |
| Octal | 320 | 106 | 107 | 0 | 102 | 102 | 22 | 550 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1000111 | 0 | 1000010 | 1000010 | 10010 | 101101000 | 111011 | 110111 |
Color Harmonies of #D04647
Complementary color
Monochromatic Colors of #D04647
Black with #D04647
Text Example
Text Example
White with #D04647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04647; }
p { color: rgb(208,70,71); }
H1.HeaderClassName
{
color: #D04647;
}
.AnyTagClassName
{
color: #D04647;
}
</style>
background-color css
<style>
a { background-color: #D04647; }
a { background-color: rgb(208,70,71); }
div.DivClassName
{
background-color: #D04647;
}
.BgClassName
{
background-color: #D04647;
}
</style>
border-color css
<style>
span { border-color: #D04647; }
span { border-color: rgb(208,70,71); }
td.TdClassName
{
border-color: #D04647;
}
.TagClassName
{
border-color: #D04647;
}
</style>