Shades of Mandy #DA4359
Tints of Mandy #DA4359
RGB
CMYK
RGB Variations
Color information
#DA4359 (or 0xDA4359) is known color: Mandy. HEX triplet: DA, 43 and 59. RGB value is (218,67,89). Sum of RGB (Red+Green+Blue) = 218+67+89=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4359 is #25BCA6. Grayscale: #727272. Windows color (decimal): -2473127 or 5850074. OLE color: 5850074.
HSL color Cylindrical-coordinate representation of color #DA4359: hue angle of 351.26º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4359 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 89 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.15 |
| HSL | 351.26º | 0.67% | 0.56% | - |
| HSV(B) | 351.26º | 0.69% | 0.85% | - |
| XYZ | 32.72 | 19.64 | 11.52 | - |
| YUV | 114.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 89 | 0 | 0.69 | 0.59 | 0.15 | 351.26 | 0.67 | 0.56 |
| Hex | DA | 43 | 59 | 0 | 45 | 3B | F | 15F | 43 | 38 |
| Octal | 332 | 103 | 131 | 0 | 105 | 73 | 17 | 537 | 103 | 70 |
| Binary | 11011010 | 1000011 | 1011001 | 0 | 1000101 | 111011 | 1111 | 101011111 | 1000011 | 111000 |
Color Harmonies of #DA4359
Complementary color
Monochromatic Colors of #DA4359
Black with #DA4359
Text Example
Text Example
White with #DA4359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4359; }
p { color: rgb(218,67,89); }
H1.HeaderClassName
{
color: #DA4359;
}
.AnyTagClassName
{
color: #DA4359;
}
</style>
background-color css
<style>
a { background-color: #DA4359; }
a { background-color: rgb(218,67,89); }
div.DivClassName
{
background-color: #DA4359;
}
.BgClassName
{
background-color: #DA4359;
}
</style>
border-color css
<style>
span { border-color: #DA4359; }
span { border-color: rgb(218,67,89); }
td.TdClassName
{
border-color: #DA4359;
}
.TagClassName
{
border-color: #DA4359;
}
</style>