Shades of Mandy #D74456
Tints of Mandy #D74456
RGB
CMYK
RGB Variations
Color information
#D74456 (or 0xD74456) is known color: Mandy. HEX triplet: D7, 44 and 56. RGB value is (215,68,86). Sum of RGB (Red+Green+Blue) = 215+68+86=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D74456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74456 is #28BBA9. Grayscale: #727272. Windows color (decimal): -2669482 or 5653719. OLE color: 5653719.
HSL color Cylindrical-coordinate representation of color #D74456: hue angle of 352.65º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74456 is Cyan = 0, Magento = 0.68, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 86 | - |
| CMYK | 0 | 0.68 | 0.6 | 0.16 |
| HSL | 352.65º | 0.65% | 0.55% | - |
| HSV(B) | 352.65º | 0.68% | 0.84% | - |
| XYZ | 31.77 | 19.25 | 10.85 | - |
| YUV | 114.01 | 112.2 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 86 | 0 | 0.68 | 0.6 | 0.16 | 352.65 | 0.65 | 0.55 |
| Hex | D7 | 44 | 56 | 0 | 44 | 3C | 10 | 161 | 41 | 37 |
| Octal | 327 | 104 | 126 | 0 | 104 | 74 | 20 | 541 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1010110 | 0 | 1000100 | 111100 | 10000 | 101100001 | 1000001 | 110111 |
Color Harmonies of #D74456
Complementary color
Monochromatic Colors of #D74456
Black with #D74456
Text Example
Text Example
White with #D74456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74456; }
p { color: rgb(215,68,86); }
H1.HeaderClassName
{
color: #D74456;
}
.AnyTagClassName
{
color: #D74456;
}
</style>
background-color css
<style>
a { background-color: #D74456; }
a { background-color: rgb(215,68,86); }
div.DivClassName
{
background-color: #D74456;
}
.BgClassName
{
background-color: #D74456;
}
</style>
border-color css
<style>
span { border-color: #D74456; }
span { border-color: rgb(215,68,86); }
td.TdClassName
{
border-color: #D74456;
}
.TagClassName
{
border-color: #D74456;
}
</style>