Shades of Mandy #D04D55
Tints of Mandy #D04D55
RGB
CMYK
RGB Variations
Color information
#D04D55 (or 0xD04D55) is known color: Mandy. HEX triplet: D0, 4D and 55. RGB value is (208,77,85). Sum of RGB (Red+Green+Blue) = 208+77+85=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04D55 is #2FB2AA. Grayscale: #757575. Windows color (decimal): -3125931 or 5590480. OLE color: 5590480.
HSL color Cylindrical-coordinate representation of color #D04D55: hue angle of 356.34º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04D55 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 85 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.18 |
| HSL | 356.34º | 0.58% | 0.56% | - |
| HSV(B) | 356.34º | 0.63% | 0.82% | - |
| XYZ | 30.31 | 19.37 | 10.74 | - |
| YUV | 117.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 85 | 0 | 0.63 | 0.59 | 0.18 | 356.34 | 0.58 | 0.56 |
| Hex | D0 | 4D | 55 | 0 | 3F | 3B | 12 | 164 | 3A | 38 |
| Octal | 320 | 115 | 125 | 0 | 77 | 73 | 22 | 544 | 72 | 70 |
| Binary | 11010000 | 1001101 | 1010101 | 0 | 111111 | 111011 | 10010 | 101100100 | 111010 | 111000 |
Color Harmonies of #D04D55
Complementary color
Monochromatic Colors of #D04D55
Black with #D04D55
Text Example
Text Example
White with #D04D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04D55; }
p { color: rgb(208,77,85); }
H1.HeaderClassName
{
color: #D04D55;
}
.AnyTagClassName
{
color: #D04D55;
}
</style>
background-color css
<style>
a { background-color: #D04D55; }
a { background-color: rgb(208,77,85); }
div.DivClassName
{
background-color: #D04D55;
}
.BgClassName
{
background-color: #D04D55;
}
</style>
border-color css
<style>
span { border-color: #D04D55; }
span { border-color: rgb(208,77,85); }
td.TdClassName
{
border-color: #D04D55;
}
.TagClassName
{
border-color: #D04D55;
}
</style>