Shades of Mandy #DA4855
Tints of Mandy #DA4855
RGB
CMYK
RGB Variations
Color information
#DA4855 (or 0xDA4855) is known color: Mandy. HEX triplet: DA, 48 and 55. RGB value is (218,72,85). Sum of RGB (Red+Green+Blue) = 218+72+85=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4855 is #25B7AA. Grayscale: #757575. Windows color (decimal): -2471851 or 5589210. OLE color: 5589210.
HSL color Cylindrical-coordinate representation of color #DA4855: hue angle of 354.66º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4855 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 85 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.15 |
| HSL | 354.66º | 0.66% | 0.57% | - |
| HSV(B) | 354.66º | 0.67% | 0.85% | - |
| XYZ | 32.87 | 20.2 | 10.76 | - |
| YUV | 117.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 85 | 0 | 0.67 | 0.61 | 0.15 | 354.66 | 0.66 | 0.57 |
| Hex | DA | 48 | 55 | 0 | 43 | 3D | F | 163 | 42 | 39 |
| Octal | 332 | 110 | 125 | 0 | 103 | 75 | 17 | 543 | 102 | 71 |
| Binary | 11011010 | 1001000 | 1010101 | 0 | 1000011 | 111101 | 1111 | 101100011 | 1000010 | 111001 |
Color Harmonies of #DA4855
Complementary color
Monochromatic Colors of #DA4855
Black with #DA4855
Text Example
Text Example
White with #DA4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4855; }
p { color: rgb(218,72,85); }
H1.HeaderClassName
{
color: #DA4855;
}
.AnyTagClassName
{
color: #DA4855;
}
</style>
background-color css
<style>
a { background-color: #DA4855; }
a { background-color: rgb(218,72,85); }
div.DivClassName
{
background-color: #DA4855;
}
.BgClassName
{
background-color: #DA4855;
}
</style>
border-color css
<style>
span { border-color: #DA4855; }
span { border-color: rgb(218,72,85); }
td.TdClassName
{
border-color: #DA4855;
}
.TagClassName
{
border-color: #DA4855;
}
</style>