Shades of Mandy #DA5263
Tints of Mandy #DA5263
RGB
CMYK
RGB Variations
Color information
#DA5263 (or 0xDA5263) is known color: Mandy. HEX triplet: DA, 52 and 63. RGB value is (218,82,99). Sum of RGB (Red+Green+Blue) = 218+82+99=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5263 is #25AD9C. Grayscale: #7C7C7C. Windows color (decimal): -2469277 or 6509274. OLE color: 6509274.
HSL color Cylindrical-coordinate representation of color #DA5263: hue angle of 352.5º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5263 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 99 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.15 |
| HSL | 352.5º | 0.65% | 0.59% | - |
| HSV(B) | 352.5º | 0.62% | 0.85% | - |
| XYZ | 34.18 | 21.84 | 14.22 | - |
| YUV | 124.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 99 | 0 | 0.62 | 0.55 | 0.15 | 352.5 | 0.65 | 0.59 |
| Hex | DA | 52 | 63 | 0 | 3E | 37 | F | 160 | 41 | 3B |
| Octal | 332 | 122 | 143 | 0 | 76 | 67 | 17 | 540 | 101 | 73 |
| Binary | 11011010 | 1010010 | 1100011 | 0 | 111110 | 110111 | 1111 | 101100000 | 1000001 | 111011 |
Color Harmonies of #DA5263
Complementary color
Monochromatic Colors of #DA5263
Black with #DA5263
Text Example
Text Example
White with #DA5263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5263; }
p { color: rgb(218,82,99); }
H1.HeaderClassName
{
color: #DA5263;
}
.AnyTagClassName
{
color: #DA5263;
}
</style>
background-color css
<style>
a { background-color: #DA5263; }
a { background-color: rgb(218,82,99); }
div.DivClassName
{
background-color: #DA5263;
}
.BgClassName
{
background-color: #DA5263;
}
</style>
border-color css
<style>
span { border-color: #DA5263; }
span { border-color: rgb(218,82,99); }
td.TdClassName
{
border-color: #DA5263;
}
.TagClassName
{
border-color: #DA5263;
}
</style>