Shades of Mandy #DA525D
Tints of Mandy #DA525D
RGB
CMYK
RGB Variations
Color information
#DA525D (or 0xDA525D) is known color: Mandy. HEX triplet: DA, 52 and 5D. RGB value is (218,82,93). Sum of RGB (Red+Green+Blue) = 218+82+93=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA525D is #25ADA2. Grayscale: #7C7C7C. Windows color (decimal): -2469283 or 6116058. OLE color: 6116058.
HSL color Cylindrical-coordinate representation of color #DA525D: hue angle of 355.15º 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 #DA525D is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 93 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.15 |
| HSL | 355.15º | 0.65% | 0.59% | - |
| HSV(B) | 355.15º | 0.62% | 0.85% | - |
| XYZ | 33.91 | 21.73 | 12.76 | - |
| YUV | 123.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 93 | 0 | 0.62 | 0.57 | 0.15 | 355.15 | 0.65 | 0.59 |
| Hex | DA | 52 | 5D | 0 | 3E | 39 | F | 163 | 41 | 3B |
| Octal | 332 | 122 | 135 | 0 | 76 | 71 | 17 | 543 | 101 | 73 |
| Binary | 11011010 | 1010010 | 1011101 | 0 | 111110 | 111001 | 1111 | 101100011 | 1000001 | 111011 |
Color Harmonies of #DA525D
Complementary color
Monochromatic Colors of #DA525D
Black with #DA525D
Text Example
Text Example
White with #DA525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA525D; }
p { color: rgb(218,82,93); }
H1.HeaderClassName
{
color: #DA525D;
}
.AnyTagClassName
{
color: #DA525D;
}
</style>
background-color css
<style>
a { background-color: #DA525D; }
a { background-color: rgb(218,82,93); }
div.DivClassName
{
background-color: #DA525D;
}
.BgClassName
{
background-color: #DA525D;
}
</style>
border-color css
<style>
span { border-color: #DA525D; }
span { border-color: rgb(218,82,93); }
td.TdClassName
{
border-color: #DA525D;
}
.TagClassName
{
border-color: #DA525D;
}
</style>