Shades of Mandy #DA495C
Tints of Mandy #DA495C
RGB
CMYK
RGB Variations
Color information
#DA495C (or 0xDA495C) is known color: Mandy. HEX triplet: DA, 49 and 5C. RGB value is (218,73,92). Sum of RGB (Red+Green+Blue) = 218+73+92=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA495C is #25B6A3. Grayscale: #767676. Windows color (decimal): -2471588 or 6048218. OLE color: 6048218.
HSL color Cylindrical-coordinate representation of color #DA495C: hue angle of 352.14º degrees, saturation: 0.66, 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 #DA495C is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 92 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.15 |
| HSL | 352.14º | 0.66% | 0.57% | - |
| HSV(B) | 352.14º | 0.67% | 0.85% | - |
| XYZ | 33.23 | 20.44 | 12.32 | - |
| YUV | 118.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 92 | 0 | 0.67 | 0.58 | 0.15 | 352.14 | 0.66 | 0.57 |
| Hex | DA | 49 | 5C | 0 | 43 | 3A | F | 160 | 42 | 39 |
| Octal | 332 | 111 | 134 | 0 | 103 | 72 | 17 | 540 | 102 | 71 |
| Binary | 11011010 | 1001001 | 1011100 | 0 | 1000011 | 111010 | 1111 | 101100000 | 1000010 | 111001 |
Color Harmonies of #DA495C
Complementary color
Monochromatic Colors of #DA495C
Black with #DA495C
Text Example
Text Example
White with #DA495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA495C; }
p { color: rgb(218,73,92); }
H1.HeaderClassName
{
color: #DA495C;
}
.AnyTagClassName
{
color: #DA495C;
}
</style>
background-color css
<style>
a { background-color: #DA495C; }
a { background-color: rgb(218,73,92); }
div.DivClassName
{
background-color: #DA495C;
}
.BgClassName
{
background-color: #DA495C;
}
</style>
border-color css
<style>
span { border-color: #DA495C; }
span { border-color: rgb(218,73,92); }
td.TdClassName
{
border-color: #DA495C;
}
.TagClassName
{
border-color: #DA495C;
}
</style>