Shades of Mandy #D74558
Tints of Mandy #D74558
RGB
CMYK
RGB Variations
Color information
#D74558 (or 0xD74558) is known color: Mandy. HEX triplet: D7, 45 and 58. RGB value is (215,69,88). Sum of RGB (Red+Green+Blue) = 215+69+88=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D74558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74558 is #28BAA7. Grayscale: #727272. Windows color (decimal): -2669224 or 5785047. OLE color: 5785047.
HSL color Cylindrical-coordinate representation of color #D74558: hue angle of 352.19º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74558 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 88 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.16 |
| HSL | 352.19º | 0.65% | 0.56% | - |
| HSV(B) | 352.19º | 0.68% | 0.84% | - |
| XYZ | 31.91 | 19.41 | 11.3 | - |
| YUV | 114.82 | 112.87 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 88 | 0 | 0.68 | 0.59 | 0.16 | 352.19 | 0.65 | 0.56 |
| Hex | D7 | 45 | 58 | 0 | 44 | 3B | 10 | 160 | 41 | 38 |
| Octal | 327 | 105 | 130 | 0 | 104 | 73 | 20 | 540 | 101 | 70 |
| Binary | 11010111 | 1000101 | 1011000 | 0 | 1000100 | 111011 | 10000 | 101100000 | 1000001 | 111000 |
Color Harmonies of #D74558
Complementary color
Monochromatic Colors of #D74558
Black with #D74558
Text Example
Text Example
White with #D74558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74558; }
p { color: rgb(215,69,88); }
H1.HeaderClassName
{
color: #D74558;
}
.AnyTagClassName
{
color: #D74558;
}
</style>
background-color css
<style>
a { background-color: #D74558; }
a { background-color: rgb(215,69,88); }
div.DivClassName
{
background-color: #D74558;
}
.BgClassName
{
background-color: #D74558;
}
</style>
border-color css
<style>
span { border-color: #D74558; }
span { border-color: rgb(215,69,88); }
td.TdClassName
{
border-color: #D74558;
}
.TagClassName
{
border-color: #D74558;
}
</style>