Shades of Mandy #D25C60
Tints of Mandy #D25C60
RGB
CMYK
RGB Variations
Color information
#D25C60 (or 0xD25C60) is known color: Mandy. HEX triplet: D2, 5C and 60. RGB value is (210,92,96). Sum of RGB (Red+Green+Blue) = 210+92+96=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C60 is #2DA39F. Grayscale: #7F7F7F. Windows color (decimal): -2991008 or 6315218. OLE color: 6315218.
HSL color Cylindrical-coordinate representation of color #D25C60: hue angle of 357.97º 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 #D25C60 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 96 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.18 |
| HSL | 357.97º | 0.57% | 0.59% | - |
| HSV(B) | 357.97º | 0.56% | 0.82% | - |
| XYZ | 32.52 | 22.2 | 13.64 | - |
| YUV | 127.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 96 | 0 | 0.56 | 0.54 | 0.18 | 357.97 | 0.57 | 0.59 |
| Hex | D2 | 5C | 60 | 0 | 38 | 36 | 12 | 166 | 39 | 3B |
| Octal | 322 | 134 | 140 | 0 | 70 | 66 | 22 | 546 | 71 | 73 |
| Binary | 11010010 | 1011100 | 1100000 | 0 | 111000 | 110110 | 10010 | 101100110 | 111001 | 111011 |
Color Harmonies of #D25C60
Complementary color
Monochromatic Colors of #D25C60
Black with #D25C60
Text Example
Text Example
White with #D25C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C60; }
p { color: rgb(210,92,96); }
H1.HeaderClassName
{
color: #D25C60;
}
.AnyTagClassName
{
color: #D25C60;
}
</style>
background-color css
<style>
a { background-color: #D25C60; }
a { background-color: rgb(210,92,96); }
div.DivClassName
{
background-color: #D25C60;
}
.BgClassName
{
background-color: #D25C60;
}
</style>
border-color css
<style>
span { border-color: #D25C60; }
span { border-color: rgb(210,92,96); }
td.TdClassName
{
border-color: #D25C60;
}
.TagClassName
{
border-color: #D25C60;
}
</style>