Shades of Mandy #DA4559
Tints of Mandy #DA4559
RGB
CMYK
RGB Variations
Color information
#DA4559 (or 0xDA4559) is known color: Mandy. HEX triplet: DA, 45 and 59. RGB value is (218,69,89). Sum of RGB (Red+Green+Blue) = 218+69+89=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4559 is #25BAA6. Grayscale: #737373. Windows color (decimal): -2472615 or 5850586. OLE color: 5850586.
HSL color Cylindrical-coordinate representation of color #DA4559: hue angle of 351.95º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA4559 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 89 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.15 |
| HSL | 351.95º | 0.67% | 0.56% | - |
| HSV(B) | 351.95º | 0.68% | 0.85% | - |
| XYZ | 32.84 | 19.88 | 11.56 | - |
| YUV | 115.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 89 | 0 | 0.68 | 0.59 | 0.15 | 351.95 | 0.67 | 0.56 |
| Hex | DA | 45 | 59 | 0 | 44 | 3B | F | 160 | 43 | 38 |
| Octal | 332 | 105 | 131 | 0 | 104 | 73 | 17 | 540 | 103 | 70 |
| Binary | 11011010 | 1000101 | 1011001 | 0 | 1000100 | 111011 | 1111 | 101100000 | 1000011 | 111000 |
Color Harmonies of #DA4559
Complementary color
Monochromatic Colors of #DA4559
Black with #DA4559
Text Example
Text Example
White with #DA4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4559; }
p { color: rgb(218,69,89); }
H1.HeaderClassName
{
color: #DA4559;
}
.AnyTagClassName
{
color: #DA4559;
}
</style>
background-color css
<style>
a { background-color: #DA4559; }
a { background-color: rgb(218,69,89); }
div.DivClassName
{
background-color: #DA4559;
}
.BgClassName
{
background-color: #DA4559;
}
</style>
border-color css
<style>
span { border-color: #DA4559; }
span { border-color: rgb(218,69,89); }
td.TdClassName
{
border-color: #DA4559;
}
.TagClassName
{
border-color: #DA4559;
}
</style>