Shades of Mandy #DA4155
Tints of Mandy #DA4155
RGB
CMYK
RGB Variations
Color information
#DA4155 (or 0xDA4155) is known color: Mandy. HEX triplet: DA, 41 and 55. RGB value is (218,65,85). Sum of RGB (Red+Green+Blue) = 218+65+85=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4155 is #25BEAA. Grayscale: #717171. Windows color (decimal): -2473643 or 5587418. OLE color: 5587418.
HSL color Cylindrical-coordinate representation of color #DA4155: hue angle of 352.16º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4155 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 85 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.15 |
| HSL | 352.16º | 0.67% | 0.55% | - |
| HSV(B) | 352.16º | 0.7% | 0.85% | - |
| XYZ | 32.44 | 19.34 | 10.62 | - |
| YUV | 113.03 | 112.19 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 85 | 0 | 0.70 | 0.61 | 0.15 | 352.16 | 0.67 | 0.55 |
| Hex | DA | 41 | 55 | 0 | 46 | 3D | F | 160 | 43 | 37 |
| Octal | 332 | 101 | 125 | 0 | 106 | 75 | 17 | 540 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1010101 | 0 | 1000110 | 111101 | 1111 | 101100000 | 1000011 | 110111 |
Color Harmonies of #DA4155
Complementary color
Monochromatic Colors of #DA4155
Black with #DA4155
Text Example
Text Example
White with #DA4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4155; }
p { color: rgb(218,65,85); }
H1.HeaderClassName
{
color: #DA4155;
}
.AnyTagClassName
{
color: #DA4155;
}
</style>
background-color css
<style>
a { background-color: #DA4155; }
a { background-color: rgb(218,65,85); }
div.DivClassName
{
background-color: #DA4155;
}
.BgClassName
{
background-color: #DA4155;
}
</style>
border-color css
<style>
span { border-color: #DA4155; }
span { border-color: rgb(218,65,85); }
td.TdClassName
{
border-color: #DA4155;
}
.TagClassName
{
border-color: #DA4155;
}
</style>