Shades of Mandy #D25865
Tints of Mandy #D25865
RGB
CMYK
RGB Variations
Color information
#D25865 (or 0xD25865) is known color: Mandy. HEX triplet: D2, 58 and 65. RGB value is (210,88,101). Sum of RGB (Red+Green+Blue) = 210+88+101=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D25865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25865 is #2DA79A. Grayscale: #7E7E7E. Windows color (decimal): -2992027 or 6641874. OLE color: 6641874.
HSL color Cylindrical-coordinate representation of color #D25865: hue angle of 353.61º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25865 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 101 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.18 |
| HSL | 353.61º | 0.58% | 0.58% | - |
| HSV(B) | 353.61º | 0.58% | 0.82% | - |
| XYZ | 32.42 | 21.62 | 14.78 | - |
| YUV | 125.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 101 | 0 | 0.58 | 0.52 | 0.18 | 353.61 | 0.58 | 0.58 |
| Hex | D2 | 58 | 65 | 0 | 3A | 34 | 12 | 162 | 3A | 3A |
| Octal | 322 | 130 | 145 | 0 | 72 | 64 | 22 | 542 | 72 | 72 |
| Binary | 11010010 | 1011000 | 1100101 | 0 | 111010 | 110100 | 10010 | 101100010 | 111010 | 111010 |
Color Harmonies of #D25865
Complementary color
Monochromatic Colors of #D25865
Black with #D25865
Text Example
Text Example
White with #D25865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25865; }
p { color: rgb(210,88,101); }
H1.HeaderClassName
{
color: #D25865;
}
.AnyTagClassName
{
color: #D25865;
}
</style>
background-color css
<style>
a { background-color: #D25865; }
a { background-color: rgb(210,88,101); }
div.DivClassName
{
background-color: #D25865;
}
.BgClassName
{
background-color: #D25865;
}
</style>
border-color css
<style>
span { border-color: #D25865; }
span { border-color: rgb(210,88,101); }
td.TdClassName
{
border-color: #D25865;
}
.TagClassName
{
border-color: #D25865;
}
</style>