Shades of Mandy #D73F51
Tints of Mandy #D73F51
RGB
CMYK
RGB Variations
Color information
#D73F51 (or 0xD73F51) is known color: Mandy. HEX triplet: D7, 3F and 51. RGB value is (215,63,81). Sum of RGB (Red+Green+Blue) = 215+63+81=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73F51 is #28C0AE. Grayscale: #6E6E6E. Windows color (decimal): -2670767 or 5324759. OLE color: 5324759.
HSL color Cylindrical-coordinate representation of color #D73F51: hue angle of 352.89º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73F51 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 81 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.16 |
| HSL | 352.89º | 0.66% | 0.55% | - |
| HSV(B) | 352.89º | 0.71% | 0.84% | - |
| XYZ | 31.29 | 18.6 | 9.72 | - |
| YUV | 110.5 | 111.36 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 81 | 0 | 0.71 | 0.62 | 0.16 | 352.89 | 0.66 | 0.55 |
| Hex | D7 | 3F | 51 | 0 | 47 | 3E | 10 | 161 | 42 | 37 |
| Octal | 327 | 77 | 121 | 0 | 107 | 76 | 20 | 541 | 102 | 67 |
| Binary | 11010111 | 111111 | 1010001 | 0 | 1000111 | 111110 | 10000 | 101100001 | 1000010 | 110111 |
Color Harmonies of #D73F51
Complementary color
Monochromatic Colors of #D73F51
Black with #D73F51
Text Example
Text Example
White with #D73F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F51; }
p { color: rgb(215,63,81); }
H1.HeaderClassName
{
color: #D73F51;
}
.AnyTagClassName
{
color: #D73F51;
}
</style>
background-color css
<style>
a { background-color: #D73F51; }
a { background-color: rgb(215,63,81); }
div.DivClassName
{
background-color: #D73F51;
}
.BgClassName
{
background-color: #D73F51;
}
</style>
border-color css
<style>
span { border-color: #D73F51; }
span { border-color: rgb(215,63,81); }
td.TdClassName
{
border-color: #D73F51;
}
.TagClassName
{
border-color: #D73F51;
}
</style>