Shades of Mandy #DA4E52
Tints of Mandy #DA4E52
RGB
CMYK
RGB Variations
Color information
#DA4E52 (or 0xDA4E52) is known color: Mandy. HEX triplet: DA, 4E and 52. RGB value is (218,78,82). Sum of RGB (Red+Green+Blue) = 218+78+82=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4E52 is #25B1AD. Grayscale: #787878. Windows color (decimal): -2470318 or 5394138. OLE color: 5394138.
HSL color Cylindrical-coordinate representation of color #DA4E52: hue angle of 358.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4E52 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 82 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.15 |
| HSL | 358.29º | 0.65% | 0.58% | - |
| HSV(B) | 358.29º | 0.64% | 0.85% | - |
| XYZ | 33.16 | 20.96 | 10.28 | - |
| YUV | 120.32 | 106.38 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 82 | 0 | 0.64 | 0.62 | 0.15 | 358.29 | 0.65 | 0.58 |
| Hex | DA | 4E | 52 | 0 | 40 | 3E | F | 166 | 41 | 3A |
| Octal | 332 | 116 | 122 | 0 | 100 | 76 | 17 | 546 | 101 | 72 |
| Binary | 11011010 | 1001110 | 1010010 | 0 | 1000000 | 111110 | 1111 | 101100110 | 1000001 | 111010 |
Color Harmonies of #DA4E52
Complementary color
Monochromatic Colors of #DA4E52
Black with #DA4E52
Text Example
Text Example
White with #DA4E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E52; }
p { color: rgb(218,78,82); }
H1.HeaderClassName
{
color: #DA4E52;
}
.AnyTagClassName
{
color: #DA4E52;
}
</style>
background-color css
<style>
a { background-color: #DA4E52; }
a { background-color: rgb(218,78,82); }
div.DivClassName
{
background-color: #DA4E52;
}
.BgClassName
{
background-color: #DA4E52;
}
</style>
border-color css
<style>
span { border-color: #DA4E52; }
span { border-color: rgb(218,78,82); }
td.TdClassName
{
border-color: #DA4E52;
}
.TagClassName
{
border-color: #DA4E52;
}
</style>