Shades of Mandy #D74761
Tints of Mandy #D74761
RGB
CMYK
RGB Variations
Color information
#D74761 (or 0xD74761) is known color: Mandy. HEX triplet: D7, 47 and 61. RGB value is (215,71,97). Sum of RGB (Red+Green+Blue) = 215+71+97=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D74761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74761 is #28B89E. Grayscale: #757575. Windows color (decimal): -2668703 or 6375383. OLE color: 6375383.
HSL color Cylindrical-coordinate representation of color #D74761: hue angle of 349.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 #D74761 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 97 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.16 |
| HSL | 349.17º | 0.64% | 0.56% | - |
| HSV(B) | 349.17º | 0.67% | 0.84% | - |
| XYZ | 32.44 | 19.82 | 13.42 | - |
| YUV | 117.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 97 | 0 | 0.67 | 0.55 | 0.16 | 349.17 | 0.64 | 0.56 |
| Hex | D7 | 47 | 61 | 0 | 43 | 37 | 10 | 15D | 40 | 38 |
| Octal | 327 | 107 | 141 | 0 | 103 | 67 | 20 | 535 | 100 | 70 |
| Binary | 11010111 | 1000111 | 1100001 | 0 | 1000011 | 110111 | 10000 | 101011101 | 1000000 | 111000 |
Color Harmonies of #D74761
Complementary color
Monochromatic Colors of #D74761
Black with #D74761
Text Example
Text Example
White with #D74761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74761; }
p { color: rgb(215,71,97); }
H1.HeaderClassName
{
color: #D74761;
}
.AnyTagClassName
{
color: #D74761;
}
</style>
background-color css
<style>
a { background-color: #D74761; }
a { background-color: rgb(215,71,97); }
div.DivClassName
{
background-color: #D74761;
}
.BgClassName
{
background-color: #D74761;
}
</style>
border-color css
<style>
span { border-color: #D74761; }
span { border-color: rgb(215,71,97); }
td.TdClassName
{
border-color: #D74761;
}
.TagClassName
{
border-color: #D74761;
}
</style>