Shades of Mandy #DA4753
Tints of Mandy #DA4753
RGB
CMYK
RGB Variations
Color information
#DA4753 (or 0xDA4753) is known color: Mandy. HEX triplet: DA, 47 and 53. RGB value is (218,71,83). Sum of RGB (Red+Green+Blue) = 218+71+83=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4753 is #25B8AC. Grayscale: #747474. Windows color (decimal): -2472109 or 5457882. OLE color: 5457882.
HSL color Cylindrical-coordinate representation of color #DA4753: hue angle of 355.1º 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 #DA4753 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 83 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.15 |
| HSL | 355.1º | 0.67% | 0.57% | - |
| HSV(B) | 355.1º | 0.67% | 0.85% | - |
| XYZ | 32.73 | 20.04 | 10.33 | - |
| YUV | 116.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 83 | 0 | 0.67 | 0.62 | 0.15 | 355.1 | 0.67 | 0.57 |
| Hex | DA | 47 | 53 | 0 | 43 | 3E | F | 163 | 43 | 39 |
| Octal | 332 | 107 | 123 | 0 | 103 | 76 | 17 | 543 | 103 | 71 |
| Binary | 11011010 | 1000111 | 1010011 | 0 | 1000011 | 111110 | 1111 | 101100011 | 1000011 | 111001 |
Color Harmonies of #DA4753
Complementary color
Monochromatic Colors of #DA4753
Black with #DA4753
Text Example
Text Example
White with #DA4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4753; }
p { color: rgb(218,71,83); }
H1.HeaderClassName
{
color: #DA4753;
}
.AnyTagClassName
{
color: #DA4753;
}
</style>
background-color css
<style>
a { background-color: #DA4753; }
a { background-color: rgb(218,71,83); }
div.DivClassName
{
background-color: #DA4753;
}
.BgClassName
{
background-color: #DA4753;
}
</style>
border-color css
<style>
span { border-color: #DA4753; }
span { border-color: rgb(218,71,83); }
td.TdClassName
{
border-color: #DA4753;
}
.TagClassName
{
border-color: #DA4753;
}
</style>