Shades of Mandy #D25563
Tints of Mandy #D25563
RGB
CMYK
RGB Variations
Color information
#D25563 (or 0xD25563) is known color: Mandy. HEX triplet: D2, 55 and 63. RGB value is (210,85,99). Sum of RGB (Red+Green+Blue) = 210+85+99=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D25563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25563 is #2DAA9C. Grayscale: #7C7C7C. Windows color (decimal): -2992797 or 6510034. OLE color: 6510034.
HSL color Cylindrical-coordinate representation of color #D25563: hue angle of 353.28º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25563 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 99 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.18 |
| HSL | 353.28º | 0.58% | 0.58% | - |
| HSV(B) | 353.28º | 0.6% | 0.82% | - |
| XYZ | 32.08 | 21.1 | 14.19 | - |
| YUV | 123.97 | 113.91 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 99 | 0 | 0.60 | 0.53 | 0.18 | 353.28 | 0.58 | 0.58 |
| Hex | D2 | 55 | 63 | 0 | 3C | 35 | 12 | 161 | 3A | 3A |
| Octal | 322 | 125 | 143 | 0 | 74 | 65 | 22 | 541 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1100011 | 0 | 111100 | 110101 | 10010 | 101100001 | 111010 | 111010 |
Color Harmonies of #D25563
Complementary color
Monochromatic Colors of #D25563
Black with #D25563
Text Example
Text Example
White with #D25563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25563; }
p { color: rgb(210,85,99); }
H1.HeaderClassName
{
color: #D25563;
}
.AnyTagClassName
{
color: #D25563;
}
</style>
background-color css
<style>
a { background-color: #D25563; }
a { background-color: rgb(210,85,99); }
div.DivClassName
{
background-color: #D25563;
}
.BgClassName
{
background-color: #D25563;
}
</style>
border-color css
<style>
span { border-color: #D25563; }
span { border-color: rgb(210,85,99); }
td.TdClassName
{
border-color: #D25563;
}
.TagClassName
{
border-color: #D25563;
}
</style>