Shades of Mandy #D03F51
Tints of Mandy #D03F51
RGB
CMYK
RGB Variations
Color information
#D03F51 (or 0xD03F51) is known color: Mandy. HEX triplet: D0, 3F and 51. RGB value is (208,63,81). Sum of RGB (Red+Green+Blue) = 208+63+81=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F51 is #2FC0AE. Grayscale: #6C6C6C. Windows color (decimal): -3129519 or 5324752. OLE color: 5324752.
HSL color Cylindrical-coordinate representation of color #D03F51: hue angle of 352.55º 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 #D03F51 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 81 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.18 |
| HSL | 352.55º | 0.61% | 0.53% | - |
| HSV(B) | 352.55º | 0.7% | 0.82% | - |
| XYZ | 29.28 | 17.56 | 9.63 | - |
| YUV | 108.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 81 | 0 | 0.70 | 0.61 | 0.18 | 352.55 | 0.61 | 0.53 |
| Hex | D0 | 3F | 51 | 0 | 46 | 3D | 12 | 161 | 3D | 35 |
| Octal | 320 | 77 | 121 | 0 | 106 | 75 | 22 | 541 | 75 | 65 |
| Binary | 11010000 | 111111 | 1010001 | 0 | 1000110 | 111101 | 10010 | 101100001 | 111101 | 110101 |
Color Harmonies of #D03F51
Complementary color
Monochromatic Colors of #D03F51
Black with #D03F51
Text Example
Text Example
White with #D03F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F51; }
p { color: rgb(208,63,81); }
H1.HeaderClassName
{
color: #D03F51;
}
.AnyTagClassName
{
color: #D03F51;
}
</style>
background-color css
<style>
a { background-color: #D03F51; }
a { background-color: rgb(208,63,81); }
div.DivClassName
{
background-color: #D03F51;
}
.BgClassName
{
background-color: #D03F51;
}
</style>
border-color css
<style>
span { border-color: #D03F51; }
span { border-color: rgb(208,63,81); }
td.TdClassName
{
border-color: #D03F51;
}
.TagClassName
{
border-color: #D03F51;
}
</style>