Shades of Mandy #D74659
Tints of Mandy #D74659
RGB
CMYK
RGB Variations
Color information
#D74659 (or 0xD74659) is known color: Mandy. HEX triplet: D7, 46 and 59. RGB value is (215,70,89). Sum of RGB (Red+Green+Blue) = 215+70+89=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D74659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74659 is #28B9A6. Grayscale: #737373. Windows color (decimal): -2668967 or 5850839. OLE color: 5850839.
HSL color Cylindrical-coordinate representation of color #D74659: hue angle of 352.14º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74659 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 89 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.16 |
| HSL | 352.14º | 0.64% | 0.56% | - |
| HSV(B) | 352.14º | 0.67% | 0.84% | - |
| XYZ | 32.02 | 19.55 | 11.54 | - |
| YUV | 115.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 89 | 0 | 0.67 | 0.59 | 0.16 | 352.14 | 0.64 | 0.56 |
| Hex | D7 | 46 | 59 | 0 | 43 | 3B | 10 | 160 | 40 | 38 |
| Octal | 327 | 106 | 131 | 0 | 103 | 73 | 20 | 540 | 100 | 70 |
| Binary | 11010111 | 1000110 | 1011001 | 0 | 1000011 | 111011 | 10000 | 101100000 | 1000000 | 111000 |
Color Harmonies of #D74659
Complementary color
Monochromatic Colors of #D74659
Black with #D74659
Text Example
Text Example
White with #D74659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74659; }
p { color: rgb(215,70,89); }
H1.HeaderClassName
{
color: #D74659;
}
.AnyTagClassName
{
color: #D74659;
}
</style>
background-color css
<style>
a { background-color: #D74659; }
a { background-color: rgb(215,70,89); }
div.DivClassName
{
background-color: #D74659;
}
.BgClassName
{
background-color: #D74659;
}
</style>
border-color css
<style>
span { border-color: #D74659; }
span { border-color: rgb(215,70,89); }
td.TdClassName
{
border-color: #D74659;
}
.TagClassName
{
border-color: #D74659;
}
</style>