Shades of Mandy #DA4A52
Tints of Mandy #DA4A52
RGB
CMYK
RGB Variations
Color information
#DA4A52 (or 0xDA4A52) is known color: Mandy. HEX triplet: DA, 4A and 52. RGB value is (218,74,82). Sum of RGB (Red+Green+Blue) = 218+74+82=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A52 is #25B5AD. Grayscale: #767676. Windows color (decimal): -2471342 or 5393114. OLE color: 5393114.
HSL color Cylindrical-coordinate representation of color #DA4A52: hue angle of 356.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4A52 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 82 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.15 |
| HSL | 356.67º | 0.66% | 0.57% | - |
| HSV(B) | 356.67º | 0.66% | 0.85% | - |
| XYZ | 32.89 | 20.41 | 10.19 | - |
| YUV | 117.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 82 | 0 | 0.66 | 0.62 | 0.15 | 356.67 | 0.66 | 0.57 |
| Hex | DA | 4A | 52 | 0 | 42 | 3E | F | 165 | 42 | 39 |
| Octal | 332 | 112 | 122 | 0 | 102 | 76 | 17 | 545 | 102 | 71 |
| Binary | 11011010 | 1001010 | 1010010 | 0 | 1000010 | 111110 | 1111 | 101100101 | 1000010 | 111001 |
Color Harmonies of #DA4A52
Complementary color
Monochromatic Colors of #DA4A52
Black with #DA4A52
Text Example
Text Example
White with #DA4A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A52; }
p { color: rgb(218,74,82); }
H1.HeaderClassName
{
color: #DA4A52;
}
.AnyTagClassName
{
color: #DA4A52;
}
</style>
background-color css
<style>
a { background-color: #DA4A52; }
a { background-color: rgb(218,74,82); }
div.DivClassName
{
background-color: #DA4A52;
}
.BgClassName
{
background-color: #DA4A52;
}
</style>
border-color css
<style>
span { border-color: #DA4A52; }
span { border-color: rgb(218,74,82); }
td.TdClassName
{
border-color: #DA4A52;
}
.TagClassName
{
border-color: #DA4A52;
}
</style>