Shades of Mandy #D04C5D
Tints of Mandy #D04C5D
RGB
CMYK
RGB Variations
Color information
#D04C5D (or 0xD04C5D) is known color: Mandy. HEX triplet: D0, 4C and 5D. RGB value is (208,76,93). Sum of RGB (Red+Green+Blue) = 208+76+93=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C5D is #2FB3A2. Grayscale: #757575. Windows color (decimal): -3126179 or 6114512. OLE color: 6114512.
HSL color Cylindrical-coordinate representation of color #D04C5D: hue angle of 352.27º 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 #D04C5D is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 93 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.18 |
| HSL | 352.27º | 0.58% | 0.56% | - |
| HSV(B) | 352.27º | 0.63% | 0.82% | - |
| XYZ | 30.57 | 19.37 | 12.48 | - |
| YUV | 117.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 93 | 0 | 0.63 | 0.55 | 0.18 | 352.27 | 0.58 | 0.56 |
| Hex | D0 | 4C | 5D | 0 | 3F | 37 | 12 | 160 | 3A | 38 |
| Octal | 320 | 114 | 135 | 0 | 77 | 67 | 22 | 540 | 72 | 70 |
| Binary | 11010000 | 1001100 | 1011101 | 0 | 111111 | 110111 | 10010 | 101100000 | 111010 | 111000 |
Color Harmonies of #D04C5D
Complementary color
Monochromatic Colors of #D04C5D
Black with #D04C5D
Text Example
Text Example
White with #D04C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C5D; }
p { color: rgb(208,76,93); }
H1.HeaderClassName
{
color: #D04C5D;
}
.AnyTagClassName
{
color: #D04C5D;
}
</style>
background-color css
<style>
a { background-color: #D04C5D; }
a { background-color: rgb(208,76,93); }
div.DivClassName
{
background-color: #D04C5D;
}
.BgClassName
{
background-color: #D04C5D;
}
</style>
border-color css
<style>
span { border-color: #D04C5D; }
span { border-color: rgb(208,76,93); }
td.TdClassName
{
border-color: #D04C5D;
}
.TagClassName
{
border-color: #D04C5D;
}
</style>