Shades of Mandy #D74657
Tints of Mandy #D74657
RGB
CMYK
RGB Variations
Color information
#D74657 (or 0xD74657) is known color: Mandy. HEX triplet: D7, 46 and 57. RGB value is (215,70,87). Sum of RGB (Red+Green+Blue) = 215+70+87=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D74657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74657 is #28B9A8. Grayscale: #737373. Windows color (decimal): -2668969 or 5719767. OLE color: 5719767.
HSL color Cylindrical-coordinate representation of color #D74657: hue angle of 352.97º 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 #D74657 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 87 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.16 |
| HSL | 352.97º | 0.64% | 0.56% | - |
| HSV(B) | 352.97º | 0.67% | 0.84% | - |
| XYZ | 31.93 | 19.52 | 11.1 | - |
| YUV | 115.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 87 | 0 | 0.67 | 0.60 | 0.16 | 352.97 | 0.64 | 0.56 |
| Hex | D7 | 46 | 57 | 0 | 43 | 3C | 10 | 161 | 40 | 38 |
| Octal | 327 | 106 | 127 | 0 | 103 | 74 | 20 | 541 | 100 | 70 |
| Binary | 11010111 | 1000110 | 1010111 | 0 | 1000011 | 111100 | 10000 | 101100001 | 1000000 | 111000 |
Color Harmonies of #D74657
Complementary color
Monochromatic Colors of #D74657
Black with #D74657
Text Example
Text Example
White with #D74657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74657; }
p { color: rgb(215,70,87); }
H1.HeaderClassName
{
color: #D74657;
}
.AnyTagClassName
{
color: #D74657;
}
</style>
background-color css
<style>
a { background-color: #D74657; }
a { background-color: rgb(215,70,87); }
div.DivClassName
{
background-color: #D74657;
}
.BgClassName
{
background-color: #D74657;
}
</style>
border-color css
<style>
span { border-color: #D74657; }
span { border-color: rgb(215,70,87); }
td.TdClassName
{
border-color: #D74657;
}
.TagClassName
{
border-color: #D74657;
}
</style>