Shades of Mandy #D74054
Tints of Mandy #D74054
RGB
CMYK
RGB Variations
Color information
#D74054 (or 0xD74054) is known color: Mandy. HEX triplet: D7, 40 and 54. RGB value is (215,64,84). Sum of RGB (Red+Green+Blue) = 215+64+84=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D74054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74054 is #28BFAB. Grayscale: #6F6F6F. Windows color (decimal): -2670508 or 5521623. OLE color: 5521623.
HSL color Cylindrical-coordinate representation of color #D74054: hue angle of 352.05º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74054 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 84 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.16 |
| HSL | 352.05º | 0.65% | 0.55% | - |
| HSV(B) | 352.05º | 0.7% | 0.84% | - |
| XYZ | 31.46 | 18.75 | 10.35 | - |
| YUV | 111.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 84 | 0 | 0.70 | 0.61 | 0.16 | 352.05 | 0.65 | 0.55 |
| Hex | D7 | 40 | 54 | 0 | 46 | 3D | 10 | 160 | 41 | 37 |
| Octal | 327 | 100 | 124 | 0 | 106 | 75 | 20 | 540 | 101 | 67 |
| Binary | 11010111 | 1000000 | 1010100 | 0 | 1000110 | 111101 | 10000 | 101100000 | 1000001 | 110111 |
Color Harmonies of #D74054
Complementary color
Monochromatic Colors of #D74054
Black with #D74054
Text Example
Text Example
White with #D74054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74054; }
p { color: rgb(215,64,84); }
H1.HeaderClassName
{
color: #D74054;
}
.AnyTagClassName
{
color: #D74054;
}
</style>
background-color css
<style>
a { background-color: #D74054; }
a { background-color: rgb(215,64,84); }
div.DivClassName
{
background-color: #D74054;
}
.BgClassName
{
background-color: #D74054;
}
</style>
border-color css
<style>
span { border-color: #D74054; }
span { border-color: rgb(215,64,84); }
td.TdClassName
{
border-color: #D74054;
}
.TagClassName
{
border-color: #D74054;
}
</style>