Shades of Mandy #D74559
Tints of Mandy #D74559
RGB
CMYK
RGB Variations
Color information
#D74559 (or 0xD74559) is known color: Mandy. HEX triplet: D7, 45 and 59. RGB value is (215,69,89). Sum of RGB (Red+Green+Blue) = 215+69+89=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D74559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74559 is #28BAA6. Grayscale: #737373. Windows color (decimal): -2669223 or 5850583. OLE color: 5850583.
HSL color Cylindrical-coordinate representation of color #D74559: hue angle of 351.78º 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 #D74559 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 89 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.16 |
| HSL | 351.78º | 0.65% | 0.56% | - |
| HSV(B) | 351.78º | 0.68% | 0.84% | - |
| XYZ | 31.96 | 19.42 | 11.52 | - |
| YUV | 114.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 89 | 0 | 0.68 | 0.59 | 0.16 | 351.78 | 0.65 | 0.56 |
| Hex | D7 | 45 | 59 | 0 | 44 | 3B | 10 | 160 | 41 | 38 |
| Octal | 327 | 105 | 131 | 0 | 104 | 73 | 20 | 540 | 101 | 70 |
| Binary | 11010111 | 1000101 | 1011001 | 0 | 1000100 | 111011 | 10000 | 101100000 | 1000001 | 111000 |
Color Harmonies of #D74559
Complementary color
Monochromatic Colors of #D74559
Black with #D74559
Text Example
Text Example
White with #D74559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74559; }
p { color: rgb(215,69,89); }
H1.HeaderClassName
{
color: #D74559;
}
.AnyTagClassName
{
color: #D74559;
}
</style>
background-color css
<style>
a { background-color: #D74559; }
a { background-color: rgb(215,69,89); }
div.DivClassName
{
background-color: #D74559;
}
.BgClassName
{
background-color: #D74559;
}
</style>
border-color css
<style>
span { border-color: #D74559; }
span { border-color: rgb(215,69,89); }
td.TdClassName
{
border-color: #D74559;
}
.TagClassName
{
border-color: #D74559;
}
</style>