Shades of Mandy #DA4D51
Tints of Mandy #DA4D51
RGB
CMYK
RGB Variations
Color information
#DA4D51 (or 0xDA4D51) is known color: Mandy. HEX triplet: DA, 4D and 51. RGB value is (218,77,81). Sum of RGB (Red+Green+Blue) = 218+77+81=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D51 is #25B2AE. Grayscale: #777777. Windows color (decimal): -2470575 or 5328346. OLE color: 5328346.
HSL color Cylindrical-coordinate representation of color #DA4D51: hue angle of 358.3º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4D51 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 81 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.15 |
| HSL | 358.3º | 0.66% | 0.58% | - |
| HSV(B) | 358.3º | 0.65% | 0.85% | - |
| XYZ | 33.05 | 20.81 | 10.06 | - |
| YUV | 119.62 | 106.21 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 81 | 0 | 0.65 | 0.63 | 0.15 | 358.3 | 0.66 | 0.58 |
| Hex | DA | 4D | 51 | 0 | 41 | 3F | F | 166 | 42 | 3A |
| Octal | 332 | 115 | 121 | 0 | 101 | 77 | 17 | 546 | 102 | 72 |
| Binary | 11011010 | 1001101 | 1010001 | 0 | 1000001 | 111111 | 1111 | 101100110 | 1000010 | 111010 |
Color Harmonies of #DA4D51
Complementary color
Monochromatic Colors of #DA4D51
Black with #DA4D51
Text Example
Text Example
White with #DA4D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D51; }
p { color: rgb(218,77,81); }
H1.HeaderClassName
{
color: #DA4D51;
}
.AnyTagClassName
{
color: #DA4D51;
}
</style>
background-color css
<style>
a { background-color: #DA4D51; }
a { background-color: rgb(218,77,81); }
div.DivClassName
{
background-color: #DA4D51;
}
.BgClassName
{
background-color: #DA4D51;
}
</style>
border-color css
<style>
span { border-color: #DA4D51; }
span { border-color: rgb(218,77,81); }
td.TdClassName
{
border-color: #DA4D51;
}
.TagClassName
{
border-color: #DA4D51;
}
</style>