Shades of Mandy #D74058
Tints of Mandy #D74058
RGB
CMYK
RGB Variations
Color information
#D74058 (or 0xD74058) is known color: Mandy. HEX triplet: D7, 40 and 58. RGB value is (215,64,88). Sum of RGB (Red+Green+Blue) = 215+64+88=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D74058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74058 is #28BFA7. Grayscale: #6F6F6F. Windows color (decimal): -2670504 or 5783767. OLE color: 5783767.
HSL color Cylindrical-coordinate representation of color #D74058: hue angle of 350.46º 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 #D74058 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 88 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.16 |
| HSL | 350.46º | 0.65% | 0.55% | - |
| HSV(B) | 350.46º | 0.7% | 0.84% | - |
| XYZ | 31.62 | 18.82 | 11.2 | - |
| YUV | 111.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 88 | 0 | 0.70 | 0.59 | 0.16 | 350.46 | 0.65 | 0.55 |
| Hex | D7 | 40 | 58 | 0 | 46 | 3B | 10 | 15E | 41 | 37 |
| Octal | 327 | 100 | 130 | 0 | 106 | 73 | 20 | 536 | 101 | 67 |
| Binary | 11010111 | 1000000 | 1011000 | 0 | 1000110 | 111011 | 10000 | 101011110 | 1000001 | 110111 |
Color Harmonies of #D74058
Complementary color
Monochromatic Colors of #D74058
Black with #D74058
Text Example
Text Example
White with #D74058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74058; }
p { color: rgb(215,64,88); }
H1.HeaderClassName
{
color: #D74058;
}
.AnyTagClassName
{
color: #D74058;
}
</style>
background-color css
<style>
a { background-color: #D74058; }
a { background-color: rgb(215,64,88); }
div.DivClassName
{
background-color: #D74058;
}
.BgClassName
{
background-color: #D74058;
}
</style>
border-color css
<style>
span { border-color: #D74058; }
span { border-color: rgb(215,64,88); }
td.TdClassName
{
border-color: #D74058;
}
.TagClassName
{
border-color: #D74058;
}
</style>