Shades of Mandy #D73F50
Tints of Mandy #D73F50
RGB
CMYK
RGB Variations
Color information
#D73F50 (or 0xD73F50) is known color: Mandy. HEX triplet: D7, 3F and 50. RGB value is (215,63,80). Sum of RGB (Red+Green+Blue) = 215+63+80=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73F50 is #28C0AF. Grayscale: #6E6E6E. Windows color (decimal): -2670768 or 5259223. OLE color: 5259223.
HSL color Cylindrical-coordinate representation of color #D73F50: hue angle of 353.29º 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 #D73F50 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 80 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.16 |
| HSL | 353.29º | 0.66% | 0.55% | - |
| HSV(B) | 353.29º | 0.71% | 0.84% | - |
| XYZ | 31.25 | 18.58 | 9.53 | - |
| YUV | 110.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 80 | 0 | 0.71 | 0.63 | 0.16 | 353.29 | 0.66 | 0.55 |
| Hex | D7 | 3F | 50 | 0 | 47 | 3F | 10 | 161 | 42 | 37 |
| Octal | 327 | 77 | 120 | 0 | 107 | 77 | 20 | 541 | 102 | 67 |
| Binary | 11010111 | 111111 | 1010000 | 0 | 1000111 | 111111 | 10000 | 101100001 | 1000010 | 110111 |
Color Harmonies of #D73F50
Complementary color
Monochromatic Colors of #D73F50
Black with #D73F50
Text Example
Text Example
White with #D73F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F50; }
p { color: rgb(215,63,80); }
H1.HeaderClassName
{
color: #D73F50;
}
.AnyTagClassName
{
color: #D73F50;
}
</style>
background-color css
<style>
a { background-color: #D73F50; }
a { background-color: rgb(215,63,80); }
div.DivClassName
{
background-color: #D73F50;
}
.BgClassName
{
background-color: #D73F50;
}
</style>
border-color css
<style>
span { border-color: #D73F50; }
span { border-color: rgb(215,63,80); }
td.TdClassName
{
border-color: #D73F50;
}
.TagClassName
{
border-color: #D73F50;
}
</style>