Shades of Mandy #D74952
Tints of Mandy #D74952
RGB
CMYK
RGB Variations
Color information
#D74952 (or 0xD74952) is known color: Mandy. HEX triplet: D7, 49 and 52. RGB value is (215,73,82). Sum of RGB (Red+Green+Blue) = 215+73+82=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D74952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74952 is #28B6AD. Grayscale: #747474. Windows color (decimal): -2668206 or 5392855. OLE color: 5392855.
HSL color Cylindrical-coordinate representation of color #D74952: hue angle of 356.2º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74952 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 82 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.16 |
| HSL | 356.2º | 0.64% | 0.56% | - |
| HSV(B) | 356.2º | 0.66% | 0.84% | - |
| XYZ | 31.93 | 19.82 | 10.13 | - |
| YUV | 116.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 82 | 0 | 0.66 | 0.62 | 0.16 | 356.2 | 0.64 | 0.56 |
| Hex | D7 | 49 | 52 | 0 | 42 | 3E | 10 | 164 | 40 | 38 |
| Octal | 327 | 111 | 122 | 0 | 102 | 76 | 20 | 544 | 100 | 70 |
| Binary | 11010111 | 1001001 | 1010010 | 0 | 1000010 | 111110 | 10000 | 101100100 | 1000000 | 111000 |
Color Harmonies of #D74952
Complementary color
Monochromatic Colors of #D74952
Black with #D74952
Text Example
Text Example
White with #D74952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74952; }
p { color: rgb(215,73,82); }
H1.HeaderClassName
{
color: #D74952;
}
.AnyTagClassName
{
color: #D74952;
}
</style>
background-color css
<style>
a { background-color: #D74952; }
a { background-color: rgb(215,73,82); }
div.DivClassName
{
background-color: #D74952;
}
.BgClassName
{
background-color: #D74952;
}
</style>
border-color css
<style>
span { border-color: #D74952; }
span { border-color: rgb(215,73,82); }
td.TdClassName
{
border-color: #D74952;
}
.TagClassName
{
border-color: #D74952;
}
</style>