Shades of Mandy #D74751
Tints of Mandy #D74751
RGB
CMYK
RGB Variations
Color information
#D74751 (or 0xD74751) is known color: Mandy. HEX triplet: D7, 47 and 51. RGB value is (215,71,81). Sum of RGB (Red+Green+Blue) = 215+71+81=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D74751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74751 is #28B8AE. Grayscale: #737373. Windows color (decimal): -2668719 or 5326807. OLE color: 5326807.
HSL color Cylindrical-coordinate representation of color #D74751: hue angle of 355.83º 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 #D74751 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 81 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.16 |
| HSL | 355.83º | 0.64% | 0.56% | - |
| HSV(B) | 355.83º | 0.67% | 0.84% | - |
| XYZ | 31.76 | 19.55 | 9.88 | - |
| YUV | 115.2 | 108.71 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 81 | 0 | 0.67 | 0.62 | 0.16 | 355.83 | 0.64 | 0.56 |
| Hex | D7 | 47 | 51 | 0 | 43 | 3E | 10 | 164 | 40 | 38 |
| Octal | 327 | 107 | 121 | 0 | 103 | 76 | 20 | 544 | 100 | 70 |
| Binary | 11010111 | 1000111 | 1010001 | 0 | 1000011 | 111110 | 10000 | 101100100 | 1000000 | 111000 |
Color Harmonies of #D74751
Complementary color
Monochromatic Colors of #D74751
Black with #D74751
Text Example
Text Example
White with #D74751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74751; }
p { color: rgb(215,71,81); }
H1.HeaderClassName
{
color: #D74751;
}
.AnyTagClassName
{
color: #D74751;
}
</style>
background-color css
<style>
a { background-color: #D74751; }
a { background-color: rgb(215,71,81); }
div.DivClassName
{
background-color: #D74751;
}
.BgClassName
{
background-color: #D74751;
}
</style>
border-color css
<style>
span { border-color: #D74751; }
span { border-color: rgb(215,71,81); }
td.TdClassName
{
border-color: #D74751;
}
.TagClassName
{
border-color: #D74751;
}
</style>