Shades of Mandy #DA474D
Tints of Mandy #DA474D
RGB
CMYK
RGB Variations
Color information
#DA474D (or 0xDA474D) is known color: Mandy. HEX triplet: DA, 47 and 4D. RGB value is (218,71,77). Sum of RGB (Red+Green+Blue) = 218+71+77=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA474D is #25B8B2. Grayscale: #737373. Windows color (decimal): -2472115 or 5064666. OLE color: 5064666.
HSL color Cylindrical-coordinate representation of color #DA474D: hue angle of 357.55º 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 #DA474D is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 77 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.15 |
| HSL | 357.55º | 0.67% | 0.57% | - |
| HSV(B) | 357.55º | 0.67% | 0.85% | - |
| XYZ | 32.51 | 19.95 | 9.16 | - |
| YUV | 115.64 | 106.2 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 77 | 0 | 0.67 | 0.65 | 0.15 | 357.55 | 0.67 | 0.57 |
| Hex | DA | 47 | 4D | 0 | 43 | 41 | F | 166 | 43 | 39 |
| Octal | 332 | 107 | 115 | 0 | 103 | 101 | 17 | 546 | 103 | 71 |
| Binary | 11011010 | 1000111 | 1001101 | 0 | 1000011 | 1000001 | 1111 | 101100110 | 1000011 | 111001 |
Color Harmonies of #DA474D
Complementary color
Monochromatic Colors of #DA474D
Black with #DA474D
Text Example
Text Example
White with #DA474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA474D; }
p { color: rgb(218,71,77); }
H1.HeaderClassName
{
color: #DA474D;
}
.AnyTagClassName
{
color: #DA474D;
}
</style>
background-color css
<style>
a { background-color: #DA474D; }
a { background-color: rgb(218,71,77); }
div.DivClassName
{
background-color: #DA474D;
}
.BgClassName
{
background-color: #DA474D;
}
</style>
border-color css
<style>
span { border-color: #DA474D; }
span { border-color: rgb(218,71,77); }
td.TdClassName
{
border-color: #DA474D;
}
.TagClassName
{
border-color: #DA474D;
}
</style>