Shades of Mandy #D03F57
Tints of Mandy #D03F57
RGB
CMYK
RGB Variations
Color information
#D03F57 (or 0xD03F57) is known color: Mandy. HEX triplet: D0, 3F and 57. RGB value is (208,63,87). Sum of RGB (Red+Green+Blue) = 208+63+87=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F57 is #2FC0A8. Grayscale: #6D6D6D. Windows color (decimal): -3129513 or 5717968. OLE color: 5717968.
HSL color Cylindrical-coordinate representation of color #D03F57: hue angle of 350.07º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03F57 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 87 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.18 |
| HSL | 350.07º | 0.61% | 0.53% | - |
| HSV(B) | 350.07º | 0.7% | 0.82% | - |
| XYZ | 29.51 | 17.65 | 10.87 | - |
| YUV | 109.09 | 115.54 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 87 | 0 | 0.70 | 0.58 | 0.18 | 350.07 | 0.61 | 0.53 |
| Hex | D0 | 3F | 57 | 0 | 46 | 3A | 12 | 15E | 3D | 35 |
| Octal | 320 | 77 | 127 | 0 | 106 | 72 | 22 | 536 | 75 | 65 |
| Binary | 11010000 | 111111 | 1010111 | 0 | 1000110 | 111010 | 10010 | 101011110 | 111101 | 110101 |
Color Harmonies of #D03F57
Complementary color
Monochromatic Colors of #D03F57
Black with #D03F57
Text Example
Text Example
White with #D03F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F57; }
p { color: rgb(208,63,87); }
H1.HeaderClassName
{
color: #D03F57;
}
.AnyTagClassName
{
color: #D03F57;
}
</style>
background-color css
<style>
a { background-color: #D03F57; }
a { background-color: rgb(208,63,87); }
div.DivClassName
{
background-color: #D03F57;
}
.BgClassName
{
background-color: #D03F57;
}
</style>
border-color css
<style>
span { border-color: #D03F57; }
span { border-color: rgb(208,63,87); }
td.TdClassName
{
border-color: #D03F57;
}
.TagClassName
{
border-color: #D03F57;
}
</style>