Shades of Mandy #DA4C4D
Tints of Mandy #DA4C4D
RGB
CMYK
RGB Variations
Color information
#DA4C4D (or 0xDA4C4D) is known color: Mandy. HEX triplet: DA, 4C and 4D. RGB value is (218,76,77). Sum of RGB (Red+Green+Blue) = 218+76+77=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C4D is #25B3B2. Grayscale: #767676. Windows color (decimal): -2470835 or 5065946. OLE color: 5065946.
HSL color Cylindrical-coordinate representation of color #DA4C4D: hue angle of 359.58º 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 #DA4C4D is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 77 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.15 |
| HSL | 359.58º | 0.66% | 0.58% | - |
| HSV(B) | 359.58º | 0.65% | 0.85% | - |
| XYZ | 32.84 | 20.61 | 9.27 | - |
| YUV | 118.57 | 104.54 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 77 | 0 | 0.65 | 0.65 | 0.15 | 359.58 | 0.66 | 0.58 |
| Hex | DA | 4C | 4D | 0 | 41 | 41 | F | 168 | 42 | 3A |
| Octal | 332 | 114 | 115 | 0 | 101 | 101 | 17 | 550 | 102 | 72 |
| Binary | 11011010 | 1001100 | 1001101 | 0 | 1000001 | 1000001 | 1111 | 101101000 | 1000010 | 111010 |
Color Harmonies of #DA4C4D
Complementary color
Monochromatic Colors of #DA4C4D
Black with #DA4C4D
Text Example
Text Example
White with #DA4C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C4D; }
p { color: rgb(218,76,77); }
H1.HeaderClassName
{
color: #DA4C4D;
}
.AnyTagClassName
{
color: #DA4C4D;
}
</style>
background-color css
<style>
a { background-color: #DA4C4D; }
a { background-color: rgb(218,76,77); }
div.DivClassName
{
background-color: #DA4C4D;
}
.BgClassName
{
background-color: #DA4C4D;
}
</style>
border-color css
<style>
span { border-color: #DA4C4D; }
span { border-color: rgb(218,76,77); }
td.TdClassName
{
border-color: #DA4C4D;
}
.TagClassName
{
border-color: #DA4C4D;
}
</style>