Shades of Mandy #D25561
Tints of Mandy #D25561
RGB
CMYK
RGB Variations
Color information
#D25561 (or 0xD25561) is known color: Mandy. HEX triplet: D2, 55 and 61. RGB value is (210,85,97). Sum of RGB (Red+Green+Blue) = 210+85+97=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D25561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25561 is #2DAA9E. Grayscale: #7B7B7B. Windows color (decimal): -2992799 or 6378962. OLE color: 6378962.
HSL color Cylindrical-coordinate representation of color #D25561: hue angle of 354.24º 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 #D25561 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 97 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.18 |
| HSL | 354.24º | 0.58% | 0.58% | - |
| HSV(B) | 354.24º | 0.6% | 0.82% | - |
| XYZ | 31.98 | 21.06 | 13.69 | - |
| YUV | 123.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 97 | 0 | 0.60 | 0.54 | 0.18 | 354.24 | 0.58 | 0.58 |
| Hex | D2 | 55 | 61 | 0 | 3C | 36 | 12 | 162 | 3A | 3A |
| Octal | 322 | 125 | 141 | 0 | 74 | 66 | 22 | 542 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1100001 | 0 | 111100 | 110110 | 10010 | 101100010 | 111010 | 111010 |
Color Harmonies of #D25561
Complementary color
Monochromatic Colors of #D25561
Black with #D25561
Text Example
Text Example
White with #D25561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25561; }
p { color: rgb(210,85,97); }
H1.HeaderClassName
{
color: #D25561;
}
.AnyTagClassName
{
color: #D25561;
}
</style>
background-color css
<style>
a { background-color: #D25561; }
a { background-color: rgb(210,85,97); }
div.DivClassName
{
background-color: #D25561;
}
.BgClassName
{
background-color: #D25561;
}
</style>
border-color css
<style>
span { border-color: #D25561; }
span { border-color: rgb(210,85,97); }
td.TdClassName
{
border-color: #D25561;
}
.TagClassName
{
border-color: #D25561;
}
</style>