Shades of Mandy #D04C57
Tints of Mandy #D04C57
RGB
CMYK
RGB Variations
Color information
#D04C57 (or 0xD04C57) is known color: Mandy. HEX triplet: D0, 4C and 57. RGB value is (208,76,87). Sum of RGB (Red+Green+Blue) = 208+76+87=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C57 is #2FB3A8. Grayscale: #747474. Windows color (decimal): -3126185 or 5721296. OLE color: 5721296.
HSL color Cylindrical-coordinate representation of color #D04C57: hue angle of 355º 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 #D04C57 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 87 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.18 |
| HSL | 355º | 0.58% | 0.56% | - |
| HSV(B) | 355º | 0.63% | 0.82% | - |
| XYZ | 30.32 | 19.27 | 11.14 | - |
| YUV | 116.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 87 | 0 | 0.63 | 0.58 | 0.18 | 355 | 0.58 | 0.56 |
| Hex | D0 | 4C | 57 | 0 | 3F | 3A | 12 | 163 | 3A | 38 |
| Octal | 320 | 114 | 127 | 0 | 77 | 72 | 22 | 543 | 72 | 70 |
| Binary | 11010000 | 1001100 | 1010111 | 0 | 111111 | 111010 | 10010 | 101100011 | 111010 | 111000 |
Color Harmonies of #D04C57
Complementary color
Monochromatic Colors of #D04C57
Black with #D04C57
Text Example
Text Example
White with #D04C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C57; }
p { color: rgb(208,76,87); }
H1.HeaderClassName
{
color: #D04C57;
}
.AnyTagClassName
{
color: #D04C57;
}
</style>
background-color css
<style>
a { background-color: #D04C57; }
a { background-color: rgb(208,76,87); }
div.DivClassName
{
background-color: #D04C57;
}
.BgClassName
{
background-color: #D04C57;
}
</style>
border-color css
<style>
span { border-color: #D04C57; }
span { border-color: rgb(208,76,87); }
td.TdClassName
{
border-color: #D04C57;
}
.TagClassName
{
border-color: #D04C57;
}
</style>