Shades of Mandy #D73F4D
Tints of Mandy #D73F4D
RGB
CMYK
RGB Variations
Color information
#D73F4D (or 0xD73F4D) is known color: Mandy. HEX triplet: D7, 3F and 4D. RGB value is (215,63,77). Sum of RGB (Red+Green+Blue) = 215+63+77=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73F4D is #28C0B2. Grayscale: #6E6E6E. Windows color (decimal): -2670771 or 5062615. OLE color: 5062615.
HSL color Cylindrical-coordinate representation of color #D73F4D: hue angle of 354.47º 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 #D73F4D is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 77 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.16 |
| HSL | 354.47º | 0.66% | 0.55% | - |
| HSV(B) | 354.47º | 0.71% | 0.84% | - |
| XYZ | 31.14 | 18.54 | 8.96 | - |
| YUV | 110.04 | 109.36 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 77 | 0 | 0.71 | 0.64 | 0.16 | 354.47 | 0.66 | 0.55 |
| Hex | D7 | 3F | 4D | 0 | 47 | 40 | 10 | 162 | 42 | 37 |
| Octal | 327 | 77 | 115 | 0 | 107 | 100 | 20 | 542 | 102 | 67 |
| Binary | 11010111 | 111111 | 1001101 | 0 | 1000111 | 1000000 | 10000 | 101100010 | 1000010 | 110111 |
Color Harmonies of #D73F4D
Complementary color
Monochromatic Colors of #D73F4D
Black with #D73F4D
Text Example
Text Example
White with #D73F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73F4D; }
p { color: rgb(215,63,77); }
H1.HeaderClassName
{
color: #D73F4D;
}
.AnyTagClassName
{
color: #D73F4D;
}
</style>
background-color css
<style>
a { background-color: #D73F4D; }
a { background-color: rgb(215,63,77); }
div.DivClassName
{
background-color: #D73F4D;
}
.BgClassName
{
background-color: #D73F4D;
}
</style>
border-color css
<style>
span { border-color: #D73F4D; }
span { border-color: rgb(215,63,77); }
td.TdClassName
{
border-color: #D73F4D;
}
.TagClassName
{
border-color: #D73F4D;
}
</style>