Shades of Mandy #D25D62
Tints of Mandy #D25D62
RGB
CMYK
RGB Variations
Color information
#D25D62 (or 0xD25D62) is known color: Mandy. HEX triplet: D2, 5D and 62. RGB value is (210,93,98). Sum of RGB (Red+Green+Blue) = 210+93+98=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25D62 is #2DA29D. Grayscale: #808080. Windows color (decimal): -2990750 or 6446546. OLE color: 6446546.
HSL color Cylindrical-coordinate representation of color #D25D62: hue angle of 357.44º 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 #D25D62 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 98 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.18 |
| HSL | 357.44º | 0.57% | 0.59% | - |
| HSV(B) | 357.44º | 0.56% | 0.82% | - |
| XYZ | 32.7 | 22.41 | 14.16 | - |
| YUV | 128.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 98 | 0 | 0.56 | 0.53 | 0.18 | 357.44 | 0.57 | 0.59 |
| Hex | D2 | 5D | 62 | 0 | 38 | 35 | 12 | 165 | 39 | 3B |
| Octal | 322 | 135 | 142 | 0 | 70 | 65 | 22 | 545 | 71 | 73 |
| Binary | 11010010 | 1011101 | 1100010 | 0 | 111000 | 110101 | 10010 | 101100101 | 111001 | 111011 |
Color Harmonies of #D25D62
Complementary color
Monochromatic Colors of #D25D62
Black with #D25D62
Text Example
Text Example
White with #D25D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D62; }
p { color: rgb(210,93,98); }
H1.HeaderClassName
{
color: #D25D62;
}
.AnyTagClassName
{
color: #D25D62;
}
</style>
background-color css
<style>
a { background-color: #D25D62; }
a { background-color: rgb(210,93,98); }
div.DivClassName
{
background-color: #D25D62;
}
.BgClassName
{
background-color: #D25D62;
}
</style>
border-color css
<style>
span { border-color: #D25D62; }
span { border-color: rgb(210,93,98); }
td.TdClassName
{
border-color: #D25D62;
}
.TagClassName
{
border-color: #D25D62;
}
</style>