Shades of Mandy #D25663
Tints of Mandy #D25663
RGB
CMYK
RGB Variations
Color information
#D25663 (or 0xD25663) is known color: Mandy. HEX triplet: D2, 56 and 63. RGB value is (210,86,99). Sum of RGB (Red+Green+Blue) = 210+86+99=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D25663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25663 is #2DA99C. Grayscale: #7C7C7C. Windows color (decimal): -2992541 or 6510290. OLE color: 6510290.
HSL color Cylindrical-coordinate representation of color #D25663: hue angle of 353.71º 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 #D25663 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 99 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.18 |
| HSL | 353.71º | 0.58% | 0.58% | - |
| HSV(B) | 353.71º | 0.59% | 0.82% | - |
| XYZ | 32.16 | 21.26 | 14.21 | - |
| YUV | 124.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 99 | 0 | 0.59 | 0.53 | 0.18 | 353.71 | 0.58 | 0.58 |
| Hex | D2 | 56 | 63 | 0 | 3B | 35 | 12 | 162 | 3A | 3A |
| Octal | 322 | 126 | 143 | 0 | 73 | 65 | 22 | 542 | 72 | 72 |
| Binary | 11010010 | 1010110 | 1100011 | 0 | 111011 | 110101 | 10010 | 101100010 | 111010 | 111010 |
Color Harmonies of #D25663
Complementary color
Monochromatic Colors of #D25663
Black with #D25663
Text Example
Text Example
White with #D25663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25663; }
p { color: rgb(210,86,99); }
H1.HeaderClassName
{
color: #D25663;
}
.AnyTagClassName
{
color: #D25663;
}
</style>
background-color css
<style>
a { background-color: #D25663; }
a { background-color: rgb(210,86,99); }
div.DivClassName
{
background-color: #D25663;
}
.BgClassName
{
background-color: #D25663;
}
</style>
border-color css
<style>
span { border-color: #D25663; }
span { border-color: rgb(210,86,99); }
td.TdClassName
{
border-color: #D25663;
}
.TagClassName
{
border-color: #D25663;
}
</style>