Shades of Mandy #D74052
Tints of Mandy #D74052
RGB
CMYK
RGB Variations
Color information
#D74052 (or 0xD74052) is known color: Mandy. HEX triplet: D7, 40 and 52. RGB value is (215,64,82). Sum of RGB (Red+Green+Blue) = 215+64+82=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D74052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74052 is #28BFAD. Grayscale: #6F6F6F. Windows color (decimal): -2670510 or 5390551. OLE color: 5390551.
HSL color Cylindrical-coordinate representation of color #D74052: hue angle of 352.85º 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 #D74052 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 82 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.16 |
| HSL | 352.85º | 0.65% | 0.55% | - |
| HSV(B) | 352.85º | 0.7% | 0.84% | - |
| XYZ | 31.38 | 18.72 | 9.94 | - |
| YUV | 111.2 | 111.53 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 82 | 0 | 0.70 | 0.62 | 0.16 | 352.85 | 0.65 | 0.55 |
| Hex | D7 | 40 | 52 | 0 | 46 | 3E | 10 | 161 | 41 | 37 |
| Octal | 327 | 100 | 122 | 0 | 106 | 76 | 20 | 541 | 101 | 67 |
| Binary | 11010111 | 1000000 | 1010010 | 0 | 1000110 | 111110 | 10000 | 101100001 | 1000001 | 110111 |
Color Harmonies of #D74052
Complementary color
Monochromatic Colors of #D74052
Black with #D74052
Text Example
Text Example
White with #D74052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74052; }
p { color: rgb(215,64,82); }
H1.HeaderClassName
{
color: #D74052;
}
.AnyTagClassName
{
color: #D74052;
}
</style>
background-color css
<style>
a { background-color: #D74052; }
a { background-color: rgb(215,64,82); }
div.DivClassName
{
background-color: #D74052;
}
.BgClassName
{
background-color: #D74052;
}
</style>
border-color css
<style>
span { border-color: #D74052; }
span { border-color: rgb(215,64,82); }
td.TdClassName
{
border-color: #D74052;
}
.TagClassName
{
border-color: #D74052;
}
</style>