Shades of Mandy #D25963
Tints of Mandy #D25963
RGB
CMYK
RGB Variations
Color information
#D25963 (or 0xD25963) is known color: Mandy. HEX triplet: D2, 59 and 63. RGB value is (210,89,99). Sum of RGB (Red+Green+Blue) = 210+89+99=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D25963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25963 is #2DA69C. Grayscale: #7E7E7E. Windows color (decimal): -2991773 or 6511058. OLE color: 6511058.
HSL color Cylindrical-coordinate representation of color #D25963: hue angle of 355.04º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25963 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 99 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.18 |
| HSL | 355.04º | 0.57% | 0.59% | - |
| HSV(B) | 355.04º | 0.58% | 0.82% | - |
| XYZ | 32.4 | 21.75 | 14.29 | - |
| YUV | 126.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 99 | 0 | 0.58 | 0.53 | 0.18 | 355.04 | 0.57 | 0.59 |
| Hex | D2 | 59 | 63 | 0 | 3A | 35 | 12 | 163 | 39 | 3B |
| Octal | 322 | 131 | 143 | 0 | 72 | 65 | 22 | 543 | 71 | 73 |
| Binary | 11010010 | 1011001 | 1100011 | 0 | 111010 | 110101 | 10010 | 101100011 | 111001 | 111011 |
Color Harmonies of #D25963
Complementary color
Monochromatic Colors of #D25963
Black with #D25963
Text Example
Text Example
White with #D25963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25963; }
p { color: rgb(210,89,99); }
H1.HeaderClassName
{
color: #D25963;
}
.AnyTagClassName
{
color: #D25963;
}
</style>
background-color css
<style>
a { background-color: #D25963; }
a { background-color: rgb(210,89,99); }
div.DivClassName
{
background-color: #D25963;
}
.BgClassName
{
background-color: #D25963;
}
</style>
border-color css
<style>
span { border-color: #D25963; }
span { border-color: rgb(210,89,99); }
td.TdClassName
{
border-color: #D25963;
}
.TagClassName
{
border-color: #D25963;
}
</style>