Shades of Mandy #DA414D
Tints of Mandy #DA414D
RGB
CMYK
RGB Variations
Color information
#DA414D (or 0xDA414D) is known color: Mandy. HEX triplet: DA, 41 and 4D. RGB value is (218,65,77). Sum of RGB (Red+Green+Blue) = 218+65+77=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA414D is #25BEB2. Grayscale: #707070. Windows color (decimal): -2473651 or 5063130. OLE color: 5063130.
HSL color Cylindrical-coordinate representation of color #DA414D: hue angle of 355.29º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA414D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 77 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.15 |
| HSL | 355.29º | 0.67% | 0.55% | - |
| HSV(B) | 355.29º | 0.7% | 0.85% | - |
| XYZ | 32.14 | 19.22 | 9.04 | - |
| YUV | 112.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 77 | 0 | 0.70 | 0.65 | 0.15 | 355.29 | 0.67 | 0.55 |
| Hex | DA | 41 | 4D | 0 | 46 | 41 | F | 163 | 43 | 37 |
| Octal | 332 | 101 | 115 | 0 | 106 | 101 | 17 | 543 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1001101 | 0 | 1000110 | 1000001 | 1111 | 101100011 | 1000011 | 110111 |
Color Harmonies of #DA414D
Complementary color
Monochromatic Colors of #DA414D
Black with #DA414D
Text Example
Text Example
White with #DA414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA414D; }
p { color: rgb(218,65,77); }
H1.HeaderClassName
{
color: #DA414D;
}
.AnyTagClassName
{
color: #DA414D;
}
</style>
background-color css
<style>
a { background-color: #DA414D; }
a { background-color: rgb(218,65,77); }
div.DivClassName
{
background-color: #DA414D;
}
.BgClassName
{
background-color: #DA414D;
}
</style>
border-color css
<style>
span { border-color: #DA414D; }
span { border-color: rgb(218,65,77); }
td.TdClassName
{
border-color: #DA414D;
}
.TagClassName
{
border-color: #DA414D;
}
</style>