Shades of Mandy #D74A5A
Tints of Mandy #D74A5A
RGB
CMYK
RGB Variations
Color information
#D74A5A (or 0xD74A5A) is known color: Mandy. HEX triplet: D7, 4A and 5A. RGB value is (215,74,90). Sum of RGB (Red+Green+Blue) = 215+74+90=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74A5A is #28B5A5. Grayscale: #767676. Windows color (decimal): -2667942 or 5917399. OLE color: 5917399.
HSL color Cylindrical-coordinate representation of color #D74A5A: hue angle of 353.19º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74A5A is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 90 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.16 |
| HSL | 353.19º | 0.64% | 0.57% | - |
| HSV(B) | 353.19º | 0.66% | 0.84% | - |
| XYZ | 32.32 | 20.08 | 11.85 | - |
| YUV | 117.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 90 | 0 | 0.66 | 0.58 | 0.16 | 353.19 | 0.64 | 0.57 |
| Hex | D7 | 4A | 5A | 0 | 42 | 3A | 10 | 161 | 40 | 39 |
| Octal | 327 | 112 | 132 | 0 | 102 | 72 | 20 | 541 | 100 | 71 |
| Binary | 11010111 | 1001010 | 1011010 | 0 | 1000010 | 111010 | 10000 | 101100001 | 1000000 | 111001 |
Color Harmonies of #D74A5A
Complementary color
Monochromatic Colors of #D74A5A
Black with #D74A5A
Text Example
Text Example
White with #D74A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A5A; }
p { color: rgb(215,74,90); }
H1.HeaderClassName
{
color: #D74A5A;
}
.AnyTagClassName
{
color: #D74A5A;
}
</style>
background-color css
<style>
a { background-color: #D74A5A; }
a { background-color: rgb(215,74,90); }
div.DivClassName
{
background-color: #D74A5A;
}
.BgClassName
{
background-color: #D74A5A;
}
</style>
border-color css
<style>
span { border-color: #D74A5A; }
span { border-color: rgb(215,74,90); }
td.TdClassName
{
border-color: #D74A5A;
}
.TagClassName
{
border-color: #D74A5A;
}
</style>