Shades of Mandy #D74451
Tints of Mandy #D74451
RGB
CMYK
RGB Variations
Color information
#D74451 (or 0xD74451) is known color: Mandy. HEX triplet: D7, 44 and 51. RGB value is (215,68,81). Sum of RGB (Red+Green+Blue) = 215+68+81=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D74451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74451 is #28BBAE. Grayscale: #717171. Windows color (decimal): -2669487 or 5326039. OLE color: 5326039.
HSL color Cylindrical-coordinate representation of color #D74451: hue angle of 354.69º 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 #D74451 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 81 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.16 |
| HSL | 354.69º | 0.65% | 0.55% | - |
| HSV(B) | 354.69º | 0.68% | 0.84% | - |
| XYZ | 31.58 | 19.18 | 9.82 | - |
| YUV | 113.44 | 109.7 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 81 | 0 | 0.68 | 0.62 | 0.16 | 354.69 | 0.65 | 0.55 |
| Hex | D7 | 44 | 51 | 0 | 44 | 3E | 10 | 163 | 41 | 37 |
| Octal | 327 | 104 | 121 | 0 | 104 | 76 | 20 | 543 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1010001 | 0 | 1000100 | 111110 | 10000 | 101100011 | 1000001 | 110111 |
Color Harmonies of #D74451
Complementary color
Monochromatic Colors of #D74451
Black with #D74451
Text Example
Text Example
White with #D74451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74451; }
p { color: rgb(215,68,81); }
H1.HeaderClassName
{
color: #D74451;
}
.AnyTagClassName
{
color: #D74451;
}
</style>
background-color css
<style>
a { background-color: #D74451; }
a { background-color: rgb(215,68,81); }
div.DivClassName
{
background-color: #D74451;
}
.BgClassName
{
background-color: #D74451;
}
</style>
border-color css
<style>
span { border-color: #D74451; }
span { border-color: rgb(215,68,81); }
td.TdClassName
{
border-color: #D74451;
}
.TagClassName
{
border-color: #D74451;
}
</style>