Shades of Mandy #D74759
Tints of Mandy #D74759
RGB
CMYK
RGB Variations
Color information
#D74759 (or 0xD74759) is known color: Mandy. HEX triplet: D7, 47 and 59. RGB value is (215,71,89). Sum of RGB (Red+Green+Blue) = 215+71+89=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D74759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74759 is #28B8A6. Grayscale: #747474. Windows color (decimal): -2668711 or 5851095. OLE color: 5851095.
HSL color Cylindrical-coordinate representation of color #D74759: hue angle of 352.5º 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 #D74759 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 89 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.16 |
| HSL | 352.5º | 0.64% | 0.56% | - |
| HSV(B) | 352.5º | 0.67% | 0.84% | - |
| XYZ | 32.08 | 19.67 | 11.56 | - |
| YUV | 116.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 89 | 0 | 0.67 | 0.59 | 0.16 | 352.5 | 0.64 | 0.56 |
| Hex | D7 | 47 | 59 | 0 | 43 | 3B | 10 | 160 | 40 | 38 |
| Octal | 327 | 107 | 131 | 0 | 103 | 73 | 20 | 540 | 100 | 70 |
| Binary | 11010111 | 1000111 | 1011001 | 0 | 1000011 | 111011 | 10000 | 101100000 | 1000000 | 111000 |
Color Harmonies of #D74759
Complementary color
Monochromatic Colors of #D74759
Black with #D74759
Text Example
Text Example
White with #D74759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74759; }
p { color: rgb(215,71,89); }
H1.HeaderClassName
{
color: #D74759;
}
.AnyTagClassName
{
color: #D74759;
}
</style>
background-color css
<style>
a { background-color: #D74759; }
a { background-color: rgb(215,71,89); }
div.DivClassName
{
background-color: #D74759;
}
.BgClassName
{
background-color: #D74759;
}
</style>
border-color css
<style>
span { border-color: #D74759; }
span { border-color: rgb(215,71,89); }
td.TdClassName
{
border-color: #D74759;
}
.TagClassName
{
border-color: #D74759;
}
</style>