Shades of Mandy #D25062
Tints of Mandy #D25062
RGB
CMYK
RGB Variations
Color information
#D25062 (or 0xD25062) is known color: Mandy. HEX triplet: D2, 50 and 62. RGB value is (210,80,98). Sum of RGB (Red+Green+Blue) = 210+80+98=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D25062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25062 is #2DAF9D. Grayscale: #787878. Windows color (decimal): -2994078 or 6443218. OLE color: 6443218.
HSL color Cylindrical-coordinate representation of color #D25062: hue angle of 351.69º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25062 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 98 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.18 |
| HSL | 351.69º | 0.59% | 0.57% | - |
| HSV(B) | 351.69º | 0.62% | 0.82% | - |
| XYZ | 31.65 | 20.32 | 13.81 | - |
| YUV | 120.92 | 115.07 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 98 | 0 | 0.62 | 0.53 | 0.18 | 351.69 | 0.59 | 0.57 |
| Hex | D2 | 50 | 62 | 0 | 3E | 35 | 12 | 160 | 3B | 39 |
| Octal | 322 | 120 | 142 | 0 | 76 | 65 | 22 | 540 | 73 | 71 |
| Binary | 11010010 | 1010000 | 1100010 | 0 | 111110 | 110101 | 10010 | 101100000 | 111011 | 111001 |
Color Harmonies of #D25062
Complementary color
Monochromatic Colors of #D25062
Black with #D25062
Text Example
Text Example
White with #D25062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25062; }
p { color: rgb(210,80,98); }
H1.HeaderClassName
{
color: #D25062;
}
.AnyTagClassName
{
color: #D25062;
}
</style>
background-color css
<style>
a { background-color: #D25062; }
a { background-color: rgb(210,80,98); }
div.DivClassName
{
background-color: #D25062;
}
.BgClassName
{
background-color: #D25062;
}
</style>
border-color css
<style>
span { border-color: #D25062; }
span { border-color: rgb(210,80,98); }
td.TdClassName
{
border-color: #D25062;
}
.TagClassName
{
border-color: #D25062;
}
</style>