Shades of Mandy #DA4C52
Tints of Mandy #DA4C52
RGB
CMYK
RGB Variations
Color information
#DA4C52 (or 0xDA4C52) is known color: Mandy. HEX triplet: DA, 4C and 52. RGB value is (218,76,82). Sum of RGB (Red+Green+Blue) = 218+76+82=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C52 is #25B3AD. Grayscale: #777777. Windows color (decimal): -2470830 or 5393626. OLE color: 5393626.
HSL color Cylindrical-coordinate representation of color #DA4C52: hue angle of 357.46º 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 #DA4C52 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 82 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.15 |
| HSL | 357.46º | 0.66% | 0.58% | - |
| HSV(B) | 357.46º | 0.65% | 0.85% | - |
| XYZ | 33.02 | 20.68 | 10.23 | - |
| YUV | 119.14 | 107.04 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 82 | 0 | 0.65 | 0.62 | 0.15 | 357.46 | 0.66 | 0.58 |
| Hex | DA | 4C | 52 | 0 | 41 | 3E | F | 165 | 42 | 3A |
| Octal | 332 | 114 | 122 | 0 | 101 | 76 | 17 | 545 | 102 | 72 |
| Binary | 11011010 | 1001100 | 1010010 | 0 | 1000001 | 111110 | 1111 | 101100101 | 1000010 | 111010 |
Color Harmonies of #DA4C52
Complementary color
Monochromatic Colors of #DA4C52
Black with #DA4C52
Text Example
Text Example
White with #DA4C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C52; }
p { color: rgb(218,76,82); }
H1.HeaderClassName
{
color: #DA4C52;
}
.AnyTagClassName
{
color: #DA4C52;
}
</style>
background-color css
<style>
a { background-color: #DA4C52; }
a { background-color: rgb(218,76,82); }
div.DivClassName
{
background-color: #DA4C52;
}
.BgClassName
{
background-color: #DA4C52;
}
</style>
border-color css
<style>
span { border-color: #DA4C52; }
span { border-color: rgb(218,76,82); }
td.TdClassName
{
border-color: #DA4C52;
}
.TagClassName
{
border-color: #DA4C52;
}
</style>