Shades of Mandy #DA535C
Tints of Mandy #DA535C
RGB
CMYK
RGB Variations
Color information
#DA535C (or 0xDA535C) is known color: Mandy. HEX triplet: DA, 53 and 5C. RGB value is (218,83,92). Sum of RGB (Red+Green+Blue) = 218+83+92=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA535C is #25ACA3. Grayscale: #7C7C7C. Windows color (decimal): -2469028 or 6050778. OLE color: 6050778.
HSL color Cylindrical-coordinate representation of color #DA535C: hue angle of 356º 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 #DA535C is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 92 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.15 |
| HSL | 356º | 0.65% | 0.59% | - |
| HSV(B) | 356º | 0.62% | 0.85% | - |
| XYZ | 33.94 | 21.86 | 12.56 | - |
| YUV | 124.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 92 | 0 | 0.62 | 0.58 | 0.15 | 356 | 0.65 | 0.59 |
| Hex | DA | 53 | 5C | 0 | 3E | 3A | F | 164 | 41 | 3B |
| Octal | 332 | 123 | 134 | 0 | 76 | 72 | 17 | 544 | 101 | 73 |
| Binary | 11011010 | 1010011 | 1011100 | 0 | 111110 | 111010 | 1111 | 101100100 | 1000001 | 111011 |
Color Harmonies of #DA535C
Complementary color
Monochromatic Colors of #DA535C
Black with #DA535C
Text Example
Text Example
White with #DA535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA535C; }
p { color: rgb(218,83,92); }
H1.HeaderClassName
{
color: #DA535C;
}
.AnyTagClassName
{
color: #DA535C;
}
</style>
background-color css
<style>
a { background-color: #DA535C; }
a { background-color: rgb(218,83,92); }
div.DivClassName
{
background-color: #DA535C;
}
.BgClassName
{
background-color: #DA535C;
}
</style>
border-color css
<style>
span { border-color: #DA535C; }
span { border-color: rgb(218,83,92); }
td.TdClassName
{
border-color: #DA535C;
}
.TagClassName
{
border-color: #DA535C;
}
</style>