Shades of Mandy #D04957
Tints of Mandy #D04957
RGB
CMYK
RGB Variations
Color information
#D04957 (or 0xD04957) is known color: Mandy. HEX triplet: D0, 49 and 57. RGB value is (208,73,87). Sum of RGB (Red+Green+Blue) = 208+73+87=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D04957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04957 is #2FB6A8. Grayscale: #737373. Windows color (decimal): -3126953 or 5720528. OLE color: 5720528.
HSL color Cylindrical-coordinate representation of color #D04957: hue angle of 353.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04957 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 87 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.18 |
| HSL | 353.78º | 0.59% | 0.55% | - |
| HSV(B) | 353.78º | 0.65% | 0.82% | - |
| XYZ | 30.12 | 18.86 | 11.07 | - |
| YUV | 114.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 87 | 0 | 0.65 | 0.58 | 0.18 | 353.78 | 0.59 | 0.55 |
| Hex | D0 | 49 | 57 | 0 | 41 | 3A | 12 | 162 | 3B | 37 |
| Octal | 320 | 111 | 127 | 0 | 101 | 72 | 22 | 542 | 73 | 67 |
| Binary | 11010000 | 1001001 | 1010111 | 0 | 1000001 | 111010 | 10010 | 101100010 | 111011 | 110111 |
Color Harmonies of #D04957
Complementary color
Monochromatic Colors of #D04957
Black with #D04957
Text Example
Text Example
White with #D04957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04957; }
p { color: rgb(208,73,87); }
H1.HeaderClassName
{
color: #D04957;
}
.AnyTagClassName
{
color: #D04957;
}
</style>
background-color css
<style>
a { background-color: #D04957; }
a { background-color: rgb(208,73,87); }
div.DivClassName
{
background-color: #D04957;
}
.BgClassName
{
background-color: #D04957;
}
</style>
border-color css
<style>
span { border-color: #D04957; }
span { border-color: rgb(208,73,87); }
td.TdClassName
{
border-color: #D04957;
}
.TagClassName
{
border-color: #D04957;
}
</style>