Shades of Mandy #D25965
Tints of Mandy #D25965
RGB
CMYK
RGB Variations
Color information
#D25965 (or 0xD25965) is known color: Mandy. HEX triplet: D2, 59 and 65. RGB value is (210,89,101). Sum of RGB (Red+Green+Blue) = 210+89+101=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D25965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25965 is #2DA69A. Grayscale: #7E7E7E. Windows color (decimal): -2991771 or 6642130. OLE color: 6642130.
HSL color Cylindrical-coordinate representation of color #D25965: hue angle of 354.05º 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 #D25965 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 101 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.18 |
| HSL | 354.05º | 0.57% | 0.59% | - |
| HSV(B) | 354.05º | 0.58% | 0.82% | - |
| XYZ | 32.5 | 21.79 | 14.8 | - |
| YUV | 126.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 101 | 0 | 0.58 | 0.52 | 0.18 | 354.05 | 0.57 | 0.59 |
| Hex | D2 | 59 | 65 | 0 | 3A | 34 | 12 | 162 | 39 | 3B |
| Octal | 322 | 131 | 145 | 0 | 72 | 64 | 22 | 542 | 71 | 73 |
| Binary | 11010010 | 1011001 | 1100101 | 0 | 111010 | 110100 | 10010 | 101100010 | 111001 | 111011 |
Color Harmonies of #D25965
Complementary color
Monochromatic Colors of #D25965
Black with #D25965
Text Example
Text Example
White with #D25965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25965; }
p { color: rgb(210,89,101); }
H1.HeaderClassName
{
color: #D25965;
}
.AnyTagClassName
{
color: #D25965;
}
</style>
background-color css
<style>
a { background-color: #D25965; }
a { background-color: rgb(210,89,101); }
div.DivClassName
{
background-color: #D25965;
}
.BgClassName
{
background-color: #D25965;
}
</style>
border-color css
<style>
span { border-color: #D25965; }
span { border-color: rgb(210,89,101); }
td.TdClassName
{
border-color: #D25965;
}
.TagClassName
{
border-color: #D25965;
}
</style>