Shades of Mandy #DA4851
Tints of Mandy #DA4851
RGB
CMYK
RGB Variations
Color information
#DA4851 (or 0xDA4851) is known color: Mandy. HEX triplet: DA, 48 and 51. RGB value is (218,72,81). Sum of RGB (Red+Green+Blue) = 218+72+81=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4851 is #25B7AE. Grayscale: #747474. Windows color (decimal): -2471855 or 5327066. OLE color: 5327066.
HSL color Cylindrical-coordinate representation of color #DA4851: hue angle of 356.3º 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 #DA4851 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 81 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.15 |
| HSL | 356.3º | 0.66% | 0.57% | - |
| HSV(B) | 356.3º | 0.67% | 0.85% | - |
| XYZ | 32.72 | 20.13 | 9.95 | - |
| YUV | 116.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 81 | 0 | 0.67 | 0.63 | 0.15 | 356.3 | 0.66 | 0.57 |
| Hex | DA | 48 | 51 | 0 | 43 | 3F | F | 164 | 42 | 39 |
| Octal | 332 | 110 | 121 | 0 | 103 | 77 | 17 | 544 | 102 | 71 |
| Binary | 11011010 | 1001000 | 1010001 | 0 | 1000011 | 111111 | 1111 | 101100100 | 1000010 | 111001 |
Color Harmonies of #DA4851
Complementary color
Monochromatic Colors of #DA4851
Black with #DA4851
Text Example
Text Example
White with #DA4851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4851; }
p { color: rgb(218,72,81); }
H1.HeaderClassName
{
color: #DA4851;
}
.AnyTagClassName
{
color: #DA4851;
}
</style>
background-color css
<style>
a { background-color: #DA4851; }
a { background-color: rgb(218,72,81); }
div.DivClassName
{
background-color: #DA4851;
}
.BgClassName
{
background-color: #DA4851;
}
</style>
border-color css
<style>
span { border-color: #DA4851; }
span { border-color: rgb(218,72,81); }
td.TdClassName
{
border-color: #DA4851;
}
.TagClassName
{
border-color: #DA4851;
}
</style>