Shades of Mandy #D25360
Tints of Mandy #D25360
RGB
CMYK
RGB Variations
Color information
#D25360 (or 0xD25360) is known color: Mandy. HEX triplet: D2, 53 and 60. RGB value is (210,83,96). Sum of RGB (Red+Green+Blue) = 210+83+96=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D25360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25360 is #2DAC9F. Grayscale: #7A7A7A. Windows color (decimal): -2993312 or 6312914. OLE color: 6312914.
HSL color Cylindrical-coordinate representation of color #D25360: hue angle of 353.86º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25360 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 96 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.18 |
| HSL | 353.86º | 0.59% | 0.57% | - |
| HSV(B) | 353.86º | 0.6% | 0.82% | - |
| XYZ | 31.78 | 20.73 | 13.39 | - |
| YUV | 122.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 96 | 0 | 0.60 | 0.54 | 0.18 | 353.86 | 0.59 | 0.57 |
| Hex | D2 | 53 | 60 | 0 | 3C | 36 | 12 | 162 | 3B | 39 |
| Octal | 322 | 123 | 140 | 0 | 74 | 66 | 22 | 542 | 73 | 71 |
| Binary | 11010010 | 1010011 | 1100000 | 0 | 111100 | 110110 | 10010 | 101100010 | 111011 | 111001 |
Color Harmonies of #D25360
Complementary color
Monochromatic Colors of #D25360
Black with #D25360
Text Example
Text Example
White with #D25360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25360; }
p { color: rgb(210,83,96); }
H1.HeaderClassName
{
color: #D25360;
}
.AnyTagClassName
{
color: #D25360;
}
</style>
background-color css
<style>
a { background-color: #D25360; }
a { background-color: rgb(210,83,96); }
div.DivClassName
{
background-color: #D25360;
}
.BgClassName
{
background-color: #D25360;
}
</style>
border-color css
<style>
span { border-color: #D25360; }
span { border-color: rgb(210,83,96); }
td.TdClassName
{
border-color: #D25360;
}
.TagClassName
{
border-color: #D25360;
}
</style>