Shades of Mandy #DA4C53
Tints of Mandy #DA4C53
RGB
CMYK
RGB Variations
Color information
#DA4C53 (or 0xDA4C53) is known color: Mandy. HEX triplet: DA, 4C and 53. RGB value is (218,76,83). Sum of RGB (Red+Green+Blue) = 218+76+83=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C53 is #25B3AC. Grayscale: #777777. Windows color (decimal): -2470829 or 5459162. OLE color: 5459162.
HSL color Cylindrical-coordinate representation of color #DA4C53: hue angle of 357.04º 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 #DA4C53 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 83 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.15 |
| HSL | 357.04º | 0.66% | 0.58% | - |
| HSV(B) | 357.04º | 0.65% | 0.85% | - |
| XYZ | 33.06 | 20.7 | 10.44 | - |
| YUV | 119.26 | 107.54 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 83 | 0 | 0.65 | 0.62 | 0.15 | 357.04 | 0.66 | 0.58 |
| Hex | DA | 4C | 53 | 0 | 41 | 3E | F | 165 | 42 | 3A |
| Octal | 332 | 114 | 123 | 0 | 101 | 76 | 17 | 545 | 102 | 72 |
| Binary | 11011010 | 1001100 | 1010011 | 0 | 1000001 | 111110 | 1111 | 101100101 | 1000010 | 111010 |
Color Harmonies of #DA4C53
Complementary color
Monochromatic Colors of #DA4C53
Black with #DA4C53
Text Example
Text Example
White with #DA4C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C53; }
p { color: rgb(218,76,83); }
H1.HeaderClassName
{
color: #DA4C53;
}
.AnyTagClassName
{
color: #DA4C53;
}
</style>
background-color css
<style>
a { background-color: #DA4C53; }
a { background-color: rgb(218,76,83); }
div.DivClassName
{
background-color: #DA4C53;
}
.BgClassName
{
background-color: #DA4C53;
}
</style>
border-color css
<style>
span { border-color: #DA4C53; }
span { border-color: rgb(218,76,83); }
td.TdClassName
{
border-color: #DA4C53;
}
.TagClassName
{
border-color: #DA4C53;
}
</style>