Shades of Mandy #D25259
Tints of Mandy #D25259
RGB
CMYK
RGB Variations
Color information
#D25259 (or 0xD25259) is known color: Mandy. HEX triplet: D2, 52 and 59. RGB value is (210,82,89). Sum of RGB (Red+Green+Blue) = 210+82+89=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D25259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25259 is #2DADA6. Grayscale: #797979. Windows color (decimal): -2993575 or 5853906. OLE color: 5853906.
HSL color Cylindrical-coordinate representation of color #D25259: hue angle of 356.72º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25259 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 89 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.18 |
| HSL | 356.72º | 0.59% | 0.57% | - |
| HSV(B) | 356.72º | 0.61% | 0.82% | - |
| XYZ | 31.4 | 20.46 | 11.74 | - |
| YUV | 121.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 89 | 0 | 0.61 | 0.58 | 0.18 | 356.72 | 0.59 | 0.57 |
| Hex | D2 | 52 | 59 | 0 | 3D | 3A | 12 | 165 | 3B | 39 |
| Octal | 322 | 122 | 131 | 0 | 75 | 72 | 22 | 545 | 73 | 71 |
| Binary | 11010010 | 1010010 | 1011001 | 0 | 111101 | 111010 | 10010 | 101100101 | 111011 | 111001 |
Color Harmonies of #D25259
Complementary color
Monochromatic Colors of #D25259
Black with #D25259
Text Example
Text Example
White with #D25259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25259; }
p { color: rgb(210,82,89); }
H1.HeaderClassName
{
color: #D25259;
}
.AnyTagClassName
{
color: #D25259;
}
</style>
background-color css
<style>
a { background-color: #D25259; }
a { background-color: rgb(210,82,89); }
div.DivClassName
{
background-color: #D25259;
}
.BgClassName
{
background-color: #D25259;
}
</style>
border-color css
<style>
span { border-color: #D25259; }
span { border-color: rgb(210,82,89); }
td.TdClassName
{
border-color: #D25259;
}
.TagClassName
{
border-color: #D25259;
}
</style>