Shades of Mandy #D74154
Tints of Mandy #D74154
RGB
CMYK
RGB Variations
Color information
#D74154 (or 0xD74154) is known color: Mandy. HEX triplet: D7, 41 and 54. RGB value is (215,65,84). Sum of RGB (Red+Green+Blue) = 215+65+84=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D74154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74154 is #28BEAB. Grayscale: #707070. Windows color (decimal): -2670252 or 5521879. OLE color: 5521879.
HSL color Cylindrical-coordinate representation of color #D74154: hue angle of 352.4º 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 #D74154 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 84 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.16 |
| HSL | 352.4º | 0.65% | 0.55% | - |
| HSV(B) | 352.4º | 0.7% | 0.84% | - |
| XYZ | 31.51 | 18.87 | 10.37 | - |
| YUV | 112.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 84 | 0 | 0.70 | 0.61 | 0.16 | 352.4 | 0.65 | 0.55 |
| Hex | D7 | 41 | 54 | 0 | 46 | 3D | 10 | 160 | 41 | 37 |
| Octal | 327 | 101 | 124 | 0 | 106 | 75 | 20 | 540 | 101 | 67 |
| Binary | 11010111 | 1000001 | 1010100 | 0 | 1000110 | 111101 | 10000 | 101100000 | 1000001 | 110111 |
Color Harmonies of #D74154
Complementary color
Monochromatic Colors of #D74154
Black with #D74154
Text Example
Text Example
White with #D74154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74154; }
p { color: rgb(215,65,84); }
H1.HeaderClassName
{
color: #D74154;
}
.AnyTagClassName
{
color: #D74154;
}
</style>
background-color css
<style>
a { background-color: #D74154; }
a { background-color: rgb(215,65,84); }
div.DivClassName
{
background-color: #D74154;
}
.BgClassName
{
background-color: #D74154;
}
</style>
border-color css
<style>
span { border-color: #D74154; }
span { border-color: rgb(215,65,84); }
td.TdClassName
{
border-color: #D74154;
}
.TagClassName
{
border-color: #D74154;
}
</style>