Shades of Mandy #D2485D
Tints of Mandy #D2485D
RGB
CMYK
RGB Variations
Color information
#D2485D (or 0xD2485D) is known color: Mandy. HEX triplet: D2, 48 and 5D. RGB value is (210,72,93). Sum of RGB (Red+Green+Blue) = 210+72+93=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2485D is #2DB7A2. Grayscale: #737373. Windows color (decimal): -2996131 or 6113490. OLE color: 6113490.
HSL color Cylindrical-coordinate representation of color #D2485D: hue angle of 350.87º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2485D is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 93 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.18 |
| HSL | 350.87º | 0.61% | 0.55% | - |
| HSV(B) | 350.87º | 0.66% | 0.82% | - |
| XYZ | 30.87 | 19.13 | 12.42 | - |
| YUV | 115.66 | 115.22 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 93 | 0 | 0.66 | 0.56 | 0.18 | 350.87 | 0.61 | 0.55 |
| Hex | D2 | 48 | 5D | 0 | 42 | 38 | 12 | 15F | 3D | 37 |
| Octal | 322 | 110 | 135 | 0 | 102 | 70 | 22 | 537 | 75 | 67 |
| Binary | 11010010 | 1001000 | 1011101 | 0 | 1000010 | 111000 | 10010 | 101011111 | 111101 | 110111 |
Color Harmonies of #D2485D
Complementary color
Monochromatic Colors of #D2485D
Black with #D2485D
Text Example
Text Example
White with #D2485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2485D; }
p { color: rgb(210,72,93); }
H1.HeaderClassName
{
color: #D2485D;
}
.AnyTagClassName
{
color: #D2485D;
}
</style>
background-color css
<style>
a { background-color: #D2485D; }
a { background-color: rgb(210,72,93); }
div.DivClassName
{
background-color: #D2485D;
}
.BgClassName
{
background-color: #D2485D;
}
</style>
border-color css
<style>
span { border-color: #D2485D; }
span { border-color: rgb(210,72,93); }
td.TdClassName
{
border-color: #D2485D;
}
.TagClassName
{
border-color: #D2485D;
}
</style>