Shades of Mandy #D25660
Tints of Mandy #D25660
RGB
CMYK
RGB Variations
Color information
#D25660 (or 0xD25660) is known color: Mandy. HEX triplet: D2, 56 and 60. RGB value is (210,86,96). Sum of RGB (Red+Green+Blue) = 210+86+96=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D25660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25660 is #2DA99F. Grayscale: #7C7C7C. Windows color (decimal): -2992544 or 6313682. OLE color: 6313682.
HSL color Cylindrical-coordinate representation of color #D25660: hue angle of 355.16º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25660 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 96 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.18 |
| HSL | 355.16º | 0.58% | 0.58% | - |
| HSV(B) | 355.16º | 0.59% | 0.82% | - |
| XYZ | 32.02 | 21.2 | 13.47 | - |
| YUV | 124.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 96 | 0 | 0.59 | 0.54 | 0.18 | 355.16 | 0.58 | 0.58 |
| Hex | D2 | 56 | 60 | 0 | 3B | 36 | 12 | 163 | 3A | 3A |
| Octal | 322 | 126 | 140 | 0 | 73 | 66 | 22 | 543 | 72 | 72 |
| Binary | 11010010 | 1010110 | 1100000 | 0 | 111011 | 110110 | 10010 | 101100011 | 111010 | 111010 |
Color Harmonies of #D25660
Complementary color
Monochromatic Colors of #D25660
Black with #D25660
Text Example
Text Example
White with #D25660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25660; }
p { color: rgb(210,86,96); }
H1.HeaderClassName
{
color: #D25660;
}
.AnyTagClassName
{
color: #D25660;
}
</style>
background-color css
<style>
a { background-color: #D25660; }
a { background-color: rgb(210,86,96); }
div.DivClassName
{
background-color: #D25660;
}
.BgClassName
{
background-color: #D25660;
}
</style>
border-color css
<style>
span { border-color: #D25660; }
span { border-color: rgb(210,86,96); }
td.TdClassName
{
border-color: #D25660;
}
.TagClassName
{
border-color: #D25660;
}
</style>