Shades of Mandy #DA4858
Tints of Mandy #DA4858
RGB
CMYK
RGB Variations
Color information
#DA4858 (or 0xDA4858) is known color: Mandy. HEX triplet: DA, 48 and 58. RGB value is (218,72,88). Sum of RGB (Red+Green+Blue) = 218+72+88=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4858 is #25B7A7. Grayscale: #757575. Windows color (decimal): -2471848 or 5785818. OLE color: 5785818.
HSL color Cylindrical-coordinate representation of color #DA4858: hue angle of 353.42º 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 #DA4858 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 88 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.15 |
| HSL | 353.42º | 0.66% | 0.57% | - |
| HSV(B) | 353.42º | 0.67% | 0.85% | - |
| XYZ | 32.99 | 20.24 | 11.4 | - |
| YUV | 117.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 88 | 0 | 0.67 | 0.60 | 0.15 | 353.42 | 0.66 | 0.57 |
| Hex | DA | 48 | 58 | 0 | 43 | 3C | F | 161 | 42 | 39 |
| Octal | 332 | 110 | 130 | 0 | 103 | 74 | 17 | 541 | 102 | 71 |
| Binary | 11011010 | 1001000 | 1011000 | 0 | 1000011 | 111100 | 1111 | 101100001 | 1000010 | 111001 |
Color Harmonies of #DA4858
Complementary color
Monochromatic Colors of #DA4858
Black with #DA4858
Text Example
Text Example
White with #DA4858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4858; }
p { color: rgb(218,72,88); }
H1.HeaderClassName
{
color: #DA4858;
}
.AnyTagClassName
{
color: #DA4858;
}
</style>
background-color css
<style>
a { background-color: #DA4858; }
a { background-color: rgb(218,72,88); }
div.DivClassName
{
background-color: #DA4858;
}
.BgClassName
{
background-color: #DA4858;
}
</style>
border-color css
<style>
span { border-color: #DA4858; }
span { border-color: rgb(218,72,88); }
td.TdClassName
{
border-color: #DA4858;
}
.TagClassName
{
border-color: #DA4858;
}
</style>