Shades of Mandy #DA4752
Tints of Mandy #DA4752
RGB
CMYK
RGB Variations
Color information
#DA4752 (or 0xDA4752) is known color: Mandy. HEX triplet: DA, 47 and 52. RGB value is (218,71,82). Sum of RGB (Red+Green+Blue) = 218+71+82=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4752 is #25B8AD. Grayscale: #747474. Windows color (decimal): -2472110 or 5392346. OLE color: 5392346.
HSL color Cylindrical-coordinate representation of color #DA4752: hue angle of 355.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4752 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 82 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.15 |
| HSL | 355.51º | 0.67% | 0.57% | - |
| HSV(B) | 355.51º | 0.67% | 0.85% | - |
| XYZ | 32.69 | 20.02 | 10.12 | - |
| YUV | 116.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 82 | 0 | 0.67 | 0.62 | 0.15 | 355.51 | 0.67 | 0.57 |
| Hex | DA | 47 | 52 | 0 | 43 | 3E | F | 164 | 43 | 39 |
| Octal | 332 | 107 | 122 | 0 | 103 | 76 | 17 | 544 | 103 | 71 |
| Binary | 11011010 | 1000111 | 1010010 | 0 | 1000011 | 111110 | 1111 | 101100100 | 1000011 | 111001 |
Color Harmonies of #DA4752
Complementary color
Monochromatic Colors of #DA4752
Black with #DA4752
Text Example
Text Example
White with #DA4752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4752; }
p { color: rgb(218,71,82); }
H1.HeaderClassName
{
color: #DA4752;
}
.AnyTagClassName
{
color: #DA4752;
}
</style>
background-color css
<style>
a { background-color: #DA4752; }
a { background-color: rgb(218,71,82); }
div.DivClassName
{
background-color: #DA4752;
}
.BgClassName
{
background-color: #DA4752;
}
</style>
border-color css
<style>
span { border-color: #DA4752; }
span { border-color: rgb(218,71,82); }
td.TdClassName
{
border-color: #DA4752;
}
.TagClassName
{
border-color: #DA4752;
}
</style>