Shades of Mandy #DA4451
Tints of Mandy #DA4451
RGB
CMYK
RGB Variations
Color information
#DA4451 (or 0xDA4451) is known color: Mandy. HEX triplet: DA, 44 and 51. RGB value is (218,68,81). Sum of RGB (Red+Green+Blue) = 218+68+81=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4451 is #25BBAE. Grayscale: #727272. Windows color (decimal): -2472879 or 5326042. OLE color: 5326042.
HSL color Cylindrical-coordinate representation of color #DA4451: hue angle of 354.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4451 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 81 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.15 |
| HSL | 354.8º | 0.67% | 0.56% | - |
| HSV(B) | 354.8º | 0.69% | 0.85% | - |
| XYZ | 32.47 | 19.63 | 9.86 | - |
| YUV | 114.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 81 | 0 | 0.69 | 0.63 | 0.15 | 354.8 | 0.67 | 0.56 |
| Hex | DA | 44 | 51 | 0 | 45 | 3F | F | 163 | 43 | 38 |
| Octal | 332 | 104 | 121 | 0 | 105 | 77 | 17 | 543 | 103 | 70 |
| Binary | 11011010 | 1000100 | 1010001 | 0 | 1000101 | 111111 | 1111 | 101100011 | 1000011 | 111000 |
Color Harmonies of #DA4451
Complementary color
Monochromatic Colors of #DA4451
Black with #DA4451
Text Example
Text Example
White with #DA4451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4451; }
p { color: rgb(218,68,81); }
H1.HeaderClassName
{
color: #DA4451;
}
.AnyTagClassName
{
color: #DA4451;
}
</style>
background-color css
<style>
a { background-color: #DA4451; }
a { background-color: rgb(218,68,81); }
div.DivClassName
{
background-color: #DA4451;
}
.BgClassName
{
background-color: #DA4451;
}
</style>
border-color css
<style>
span { border-color: #DA4451; }
span { border-color: rgb(218,68,81); }
td.TdClassName
{
border-color: #DA4451;
}
.TagClassName
{
border-color: #DA4451;
}
</style>