Shades of Mandy #D25D5E
Tints of Mandy #D25D5E
RGB
CMYK
RGB Variations
Color information
#D25D5E (or 0xD25D5E) is known color: Mandy. HEX triplet: D2, 5D and 5E. RGB value is (210,93,94). Sum of RGB (Red+Green+Blue) = 210+93+94=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D5E is #2DA2A1. Grayscale: #808080. Windows color (decimal): -2990754 or 6184402. OLE color: 6184402.
HSL color Cylindrical-coordinate representation of color #D25D5E: hue angle of 359.49º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25D5E is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 94 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.18 |
| HSL | 359.49º | 0.57% | 0.59% | - |
| HSV(B) | 359.49º | 0.56% | 0.82% | - |
| XYZ | 32.51 | 22.34 | 13.19 | - |
| YUV | 128.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 94 | 0 | 0.56 | 0.55 | 0.18 | 359.49 | 0.57 | 0.59 |
| Hex | D2 | 5D | 5E | 0 | 38 | 37 | 12 | 167 | 39 | 3B |
| Octal | 322 | 135 | 136 | 0 | 70 | 67 | 22 | 547 | 71 | 73 |
| Binary | 11010010 | 1011101 | 1011110 | 0 | 111000 | 110111 | 10010 | 101100111 | 111001 | 111011 |
Color Harmonies of #D25D5E
Complementary color
Monochromatic Colors of #D25D5E
Black with #D25D5E
Text Example
Text Example
White with #D25D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D5E; }
p { color: rgb(210,93,94); }
H1.HeaderClassName
{
color: #D25D5E;
}
.AnyTagClassName
{
color: #D25D5E;
}
</style>
background-color css
<style>
a { background-color: #D25D5E; }
a { background-color: rgb(210,93,94); }
div.DivClassName
{
background-color: #D25D5E;
}
.BgClassName
{
background-color: #D25D5E;
}
</style>
border-color css
<style>
span { border-color: #D25D5E; }
span { border-color: rgb(210,93,94); }
td.TdClassName
{
border-color: #D25D5E;
}
.TagClassName
{
border-color: #D25D5E;
}
</style>