Shades of Mandy #D25257
Tints of Mandy #D25257
RGB
CMYK
RGB Variations
Color information
#D25257 (or 0xD25257) is known color: Mandy. HEX triplet: D2, 52 and 57. RGB value is (210,82,87). Sum of RGB (Red+Green+Blue) = 210+82+87=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D25257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25257 is #2DADA8. Grayscale: #787878. Windows color (decimal): -2993577 or 5722834. OLE color: 5722834.
HSL color Cylindrical-coordinate representation of color #D25257: hue angle of 357.66º 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 #D25257 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 87 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.18 |
| HSL | 357.66º | 0.59% | 0.57% | - |
| HSV(B) | 357.66º | 0.61% | 0.82% | - |
| XYZ | 31.32 | 20.42 | 11.31 | - |
| YUV | 120.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 87 | 0 | 0.61 | 0.59 | 0.18 | 357.66 | 0.59 | 0.57 |
| Hex | D2 | 52 | 57 | 0 | 3D | 3B | 12 | 166 | 3B | 39 |
| Octal | 322 | 122 | 127 | 0 | 75 | 73 | 22 | 546 | 73 | 71 |
| Binary | 11010010 | 1010010 | 1010111 | 0 | 111101 | 111011 | 10010 | 101100110 | 111011 | 111001 |
Color Harmonies of #D25257
Complementary color
Monochromatic Colors of #D25257
Black with #D25257
Text Example
Text Example
White with #D25257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25257; }
p { color: rgb(210,82,87); }
H1.HeaderClassName
{
color: #D25257;
}
.AnyTagClassName
{
color: #D25257;
}
</style>
background-color css
<style>
a { background-color: #D25257; }
a { background-color: rgb(210,82,87); }
div.DivClassName
{
background-color: #D25257;
}
.BgClassName
{
background-color: #D25257;
}
</style>
border-color css
<style>
span { border-color: #D25257; }
span { border-color: rgb(210,82,87); }
td.TdClassName
{
border-color: #D25257;
}
.TagClassName
{
border-color: #D25257;
}
</style>