Shades of Mandy #DA464D
Tints of Mandy #DA464D
RGB
CMYK
RGB Variations
Color information
#DA464D (or 0xDA464D) is known color: Mandy. HEX triplet: DA, 46 and 4D. RGB value is (218,70,77). Sum of RGB (Red+Green+Blue) = 218+70+77=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA464D is #25B9B2. Grayscale: #737373. Windows color (decimal): -2472371 or 5064410. OLE color: 5064410.
HSL color Cylindrical-coordinate representation of color #DA464D: hue angle of 357.16º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA464D is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 77 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.15 |
| HSL | 357.16º | 0.67% | 0.56% | - |
| HSV(B) | 357.16º | 0.68% | 0.85% | - |
| XYZ | 32.44 | 19.82 | 9.14 | - |
| YUV | 115.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 77 | 0 | 0.68 | 0.65 | 0.15 | 357.16 | 0.67 | 0.56 |
| Hex | DA | 46 | 4D | 0 | 44 | 41 | F | 165 | 43 | 38 |
| Octal | 332 | 106 | 115 | 0 | 104 | 101 | 17 | 545 | 103 | 70 |
| Binary | 11011010 | 1000110 | 1001101 | 0 | 1000100 | 1000001 | 1111 | 101100101 | 1000011 | 111000 |
Color Harmonies of #DA464D
Complementary color
Monochromatic Colors of #DA464D
Black with #DA464D
Text Example
Text Example
White with #DA464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA464D; }
p { color: rgb(218,70,77); }
H1.HeaderClassName
{
color: #DA464D;
}
.AnyTagClassName
{
color: #DA464D;
}
</style>
background-color css
<style>
a { background-color: #DA464D; }
a { background-color: rgb(218,70,77); }
div.DivClassName
{
background-color: #DA464D;
}
.BgClassName
{
background-color: #DA464D;
}
</style>
border-color css
<style>
span { border-color: #DA464D; }
span { border-color: rgb(218,70,77); }
td.TdClassName
{
border-color: #DA464D;
}
.TagClassName
{
border-color: #DA464D;
}
</style>