Shades of Mandy #DA4550
Tints of Mandy #DA4550
RGB
CMYK
RGB Variations
Color information
#DA4550 (or 0xDA4550) is known color: Mandy. HEX triplet: DA, 45 and 50. RGB value is (218,69,80). Sum of RGB (Red+Green+Blue) = 218+69+80=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4550 is #25BAAF. Grayscale: #727272. Windows color (decimal): -2472624 or 5260762. OLE color: 5260762.
HSL color Cylindrical-coordinate representation of color #DA4550: hue angle of 355.57º 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 #DA4550 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 80 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.15 |
| HSL | 355.57º | 0.67% | 0.56% | - |
| HSV(B) | 355.57º | 0.68% | 0.85% | - |
| XYZ | 32.49 | 19.74 | 9.69 | - |
| YUV | 114.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 80 | 0 | 0.68 | 0.63 | 0.15 | 355.57 | 0.67 | 0.56 |
| Hex | DA | 45 | 50 | 0 | 44 | 3F | F | 164 | 43 | 38 |
| Octal | 332 | 105 | 120 | 0 | 104 | 77 | 17 | 544 | 103 | 70 |
| Binary | 11011010 | 1000101 | 1010000 | 0 | 1000100 | 111111 | 1111 | 101100100 | 1000011 | 111000 |
Color Harmonies of #DA4550
Complementary color
Monochromatic Colors of #DA4550
Black with #DA4550
Text Example
Text Example
White with #DA4550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4550; }
p { color: rgb(218,69,80); }
H1.HeaderClassName
{
color: #DA4550;
}
.AnyTagClassName
{
color: #DA4550;
}
</style>
background-color css
<style>
a { background-color: #DA4550; }
a { background-color: rgb(218,69,80); }
div.DivClassName
{
background-color: #DA4550;
}
.BgClassName
{
background-color: #DA4550;
}
</style>
border-color css
<style>
span { border-color: #DA4550; }
span { border-color: rgb(218,69,80); }
td.TdClassName
{
border-color: #DA4550;
}
.TagClassName
{
border-color: #DA4550;
}
</style>