Shades of Mandy #DA5362
Tints of Mandy #DA5362
RGB
CMYK
RGB Variations
Color information
#DA5362 (or 0xDA5362) is known color: Mandy. HEX triplet: DA, 53 and 62. RGB value is (218,83,98). Sum of RGB (Red+Green+Blue) = 218+83+98=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5362 is #25AC9D. Grayscale: #7D7D7D. Windows color (decimal): -2469022 or 6443994. OLE color: 6443994.
HSL color Cylindrical-coordinate representation of color #DA5362: hue angle of 353.33º 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 #DA5362 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 98 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.15 |
| HSL | 353.33º | 0.65% | 0.59% | - |
| HSV(B) | 353.33º | 0.62% | 0.85% | - |
| XYZ | 34.21 | 21.97 | 13.99 | - |
| YUV | 125.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 98 | 0 | 0.62 | 0.55 | 0.15 | 353.33 | 0.65 | 0.59 |
| Hex | DA | 53 | 62 | 0 | 3E | 37 | F | 161 | 41 | 3B |
| Octal | 332 | 123 | 142 | 0 | 76 | 67 | 17 | 541 | 101 | 73 |
| Binary | 11011010 | 1010011 | 1100010 | 0 | 111110 | 110111 | 1111 | 101100001 | 1000001 | 111011 |
Color Harmonies of #DA5362
Complementary color
Monochromatic Colors of #DA5362
Black with #DA5362
Text Example
Text Example
White with #DA5362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5362; }
p { color: rgb(218,83,98); }
H1.HeaderClassName
{
color: #DA5362;
}
.AnyTagClassName
{
color: #DA5362;
}
</style>
background-color css
<style>
a { background-color: #DA5362; }
a { background-color: rgb(218,83,98); }
div.DivClassName
{
background-color: #DA5362;
}
.BgClassName
{
background-color: #DA5362;
}
</style>
border-color css
<style>
span { border-color: #DA5362; }
span { border-color: rgb(218,83,98); }
td.TdClassName
{
border-color: #DA5362;
}
.TagClassName
{
border-color: #DA5362;
}
</style>