Shades of Mandy #DA4655
Tints of Mandy #DA4655
RGB
CMYK
RGB Variations
Color information
#DA4655 (or 0xDA4655) is known color: Mandy. HEX triplet: DA, 46 and 55. RGB value is (218,70,85). Sum of RGB (Red+Green+Blue) = 218+70+85=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4655 is #25B9AA. Grayscale: #747474. Windows color (decimal): -2472363 or 5588698. OLE color: 5588698.
HSL color Cylindrical-coordinate representation of color #DA4655: hue angle of 353.92º 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 #DA4655 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 85 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.15 |
| HSL | 353.92º | 0.67% | 0.56% | - |
| HSV(B) | 353.92º | 0.68% | 0.85% | - |
| XYZ | 32.74 | 19.94 | 10.72 | - |
| YUV | 115.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 85 | 0 | 0.68 | 0.61 | 0.15 | 353.92 | 0.67 | 0.56 |
| Hex | DA | 46 | 55 | 0 | 44 | 3D | F | 162 | 43 | 38 |
| Octal | 332 | 106 | 125 | 0 | 104 | 75 | 17 | 542 | 103 | 70 |
| Binary | 11011010 | 1000110 | 1010101 | 0 | 1000100 | 111101 | 1111 | 101100010 | 1000011 | 111000 |
Color Harmonies of #DA4655
Complementary color
Monochromatic Colors of #DA4655
Black with #DA4655
Text Example
Text Example
White with #DA4655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4655; }
p { color: rgb(218,70,85); }
H1.HeaderClassName
{
color: #DA4655;
}
.AnyTagClassName
{
color: #DA4655;
}
</style>
background-color css
<style>
a { background-color: #DA4655; }
a { background-color: rgb(218,70,85); }
div.DivClassName
{
background-color: #DA4655;
}
.BgClassName
{
background-color: #DA4655;
}
</style>
border-color css
<style>
span { border-color: #DA4655; }
span { border-color: rgb(218,70,85); }
td.TdClassName
{
border-color: #DA4655;
}
.TagClassName
{
border-color: #DA4655;
}
</style>