Shades of Mandy #DA4251
Tints of Mandy #DA4251
RGB
CMYK
RGB Variations
Color information
#DA4251 (or 0xDA4251) is known color: Mandy. HEX triplet: DA, 42 and 51. RGB value is (218,66,81). Sum of RGB (Red+Green+Blue) = 218+66+81=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4251 is #25BDAE. Grayscale: #717171. Windows color (decimal): -2473391 or 5325530. OLE color: 5325530.
HSL color Cylindrical-coordinate representation of color #DA4251: hue angle of 354.08º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4251 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 81 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.15 |
| HSL | 354.08º | 0.67% | 0.56% | - |
| HSV(B) | 354.08º | 0.7% | 0.85% | - |
| XYZ | 32.35 | 19.4 | 9.82 | - |
| YUV | 113.16 | 109.86 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 81 | 0 | 0.70 | 0.63 | 0.15 | 354.08 | 0.67 | 0.56 |
| Hex | DA | 42 | 51 | 0 | 46 | 3F | F | 162 | 43 | 38 |
| Octal | 332 | 102 | 121 | 0 | 106 | 77 | 17 | 542 | 103 | 70 |
| Binary | 11011010 | 1000010 | 1010001 | 0 | 1000110 | 111111 | 1111 | 101100010 | 1000011 | 111000 |
Color Harmonies of #DA4251
Complementary color
Monochromatic Colors of #DA4251
Black with #DA4251
Text Example
Text Example
White with #DA4251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4251; }
p { color: rgb(218,66,81); }
H1.HeaderClassName
{
color: #DA4251;
}
.AnyTagClassName
{
color: #DA4251;
}
</style>
background-color css
<style>
a { background-color: #DA4251; }
a { background-color: rgb(218,66,81); }
div.DivClassName
{
background-color: #DA4251;
}
.BgClassName
{
background-color: #DA4251;
}
</style>
border-color css
<style>
span { border-color: #DA4251; }
span { border-color: rgb(218,66,81); }
td.TdClassName
{
border-color: #DA4251;
}
.TagClassName
{
border-color: #DA4251;
}
</style>