Shades of Mandy #D25562
Tints of Mandy #D25562
RGB
CMYK
RGB Variations
Color information
#D25562 (or 0xD25562) is known color: Mandy. HEX triplet: D2, 55 and 62. RGB value is (210,85,98). Sum of RGB (Red+Green+Blue) = 210+85+98=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D25562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25562 is #2DAA9D. Grayscale: #7B7B7B. Windows color (decimal): -2992798 or 6444498. OLE color: 6444498.
HSL color Cylindrical-coordinate representation of color #D25562: hue angle of 353.76º 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 #D25562 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 98 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.18 |
| HSL | 353.76º | 0.58% | 0.58% | - |
| HSV(B) | 353.76º | 0.6% | 0.82% | - |
| XYZ | 32.03 | 21.08 | 13.94 | - |
| YUV | 123.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 98 | 0 | 0.60 | 0.53 | 0.18 | 353.76 | 0.58 | 0.58 |
| Hex | D2 | 55 | 62 | 0 | 3C | 35 | 12 | 162 | 3A | 3A |
| Octal | 322 | 125 | 142 | 0 | 74 | 65 | 22 | 542 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1100010 | 0 | 111100 | 110101 | 10010 | 101100010 | 111010 | 111010 |
Color Harmonies of #D25562
Complementary color
Monochromatic Colors of #D25562
Black with #D25562
Text Example
Text Example
White with #D25562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25562; }
p { color: rgb(210,85,98); }
H1.HeaderClassName
{
color: #D25562;
}
.AnyTagClassName
{
color: #D25562;
}
</style>
background-color css
<style>
a { background-color: #D25562; }
a { background-color: rgb(210,85,98); }
div.DivClassName
{
background-color: #D25562;
}
.BgClassName
{
background-color: #D25562;
}
</style>
border-color css
<style>
span { border-color: #D25562; }
span { border-color: rgb(210,85,98); }
td.TdClassName
{
border-color: #D25562;
}
.TagClassName
{
border-color: #D25562;
}
</style>