Shades of Mandy #D74755
Tints of Mandy #D74755
RGB
CMYK
RGB Variations
Color information
#D74755 (or 0xD74755) is known color: Mandy. HEX triplet: D7, 47 and 55. RGB value is (215,71,85). Sum of RGB (Red+Green+Blue) = 215+71+85=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D74755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74755 is #28B8AA. Grayscale: #737373. Windows color (decimal): -2668715 or 5588951. OLE color: 5588951.
HSL color Cylindrical-coordinate representation of color #D74755: hue angle of 354.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74755 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 85 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.16 |
| HSL | 354.17º | 0.64% | 0.56% | - |
| HSV(B) | 354.17º | 0.67% | 0.84% | - |
| XYZ | 31.92 | 19.61 | 10.7 | - |
| YUV | 115.65 | 110.71 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 85 | 0 | 0.67 | 0.60 | 0.16 | 354.17 | 0.64 | 0.56 |
| Hex | D7 | 47 | 55 | 0 | 43 | 3C | 10 | 162 | 40 | 38 |
| Octal | 327 | 107 | 125 | 0 | 103 | 74 | 20 | 542 | 100 | 70 |
| Binary | 11010111 | 1000111 | 1010101 | 0 | 1000011 | 111100 | 10000 | 101100010 | 1000000 | 111000 |
Color Harmonies of #D74755
Complementary color
Monochromatic Colors of #D74755
Black with #D74755
Text Example
Text Example
White with #D74755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74755; }
p { color: rgb(215,71,85); }
H1.HeaderClassName
{
color: #D74755;
}
.AnyTagClassName
{
color: #D74755;
}
</style>
background-color css
<style>
a { background-color: #D74755; }
a { background-color: rgb(215,71,85); }
div.DivClassName
{
background-color: #D74755;
}
.BgClassName
{
background-color: #D74755;
}
</style>
border-color css
<style>
span { border-color: #D74755; }
span { border-color: rgb(215,71,85); }
td.TdClassName
{
border-color: #D74755;
}
.TagClassName
{
border-color: #D74755;
}
</style>