Shades of Mandy #D74257
Tints of Mandy #D74257
RGB
CMYK
RGB Variations
Color information
#D74257 (or 0xD74257) is known color: Mandy. HEX triplet: D7, 42 and 57. RGB value is (215,66,87). Sum of RGB (Red+Green+Blue) = 215+66+87=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D74257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74257 is #28BDA8. Grayscale: #717171. Windows color (decimal): -2669993 or 5718743. OLE color: 5718743.
HSL color Cylindrical-coordinate representation of color #D74257: hue angle of 351.54º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74257 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 87 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.16 |
| HSL | 351.54º | 0.65% | 0.55% | - |
| HSV(B) | 351.54º | 0.69% | 0.84% | - |
| XYZ | 31.69 | 19.03 | 11.02 | - |
| YUV | 112.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 87 | 0 | 0.69 | 0.60 | 0.16 | 351.54 | 0.65 | 0.55 |
| Hex | D7 | 42 | 57 | 0 | 45 | 3C | 10 | 160 | 41 | 37 |
| Octal | 327 | 102 | 127 | 0 | 105 | 74 | 20 | 540 | 101 | 67 |
| Binary | 11010111 | 1000010 | 1010111 | 0 | 1000101 | 111100 | 10000 | 101100000 | 1000001 | 110111 |
Color Harmonies of #D74257
Complementary color
Monochromatic Colors of #D74257
Black with #D74257
Text Example
Text Example
White with #D74257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74257; }
p { color: rgb(215,66,87); }
H1.HeaderClassName
{
color: #D74257;
}
.AnyTagClassName
{
color: #D74257;
}
</style>
background-color css
<style>
a { background-color: #D74257; }
a { background-color: rgb(215,66,87); }
div.DivClassName
{
background-color: #D74257;
}
.BgClassName
{
background-color: #D74257;
}
</style>
border-color css
<style>
span { border-color: #D74257; }
span { border-color: rgb(215,66,87); }
td.TdClassName
{
border-color: #D74257;
}
.TagClassName
{
border-color: #D74257;
}
</style>