Shades of Mandy #D0485D
Tints of Mandy #D0485D
RGB
CMYK
RGB Variations
Color information
#D0485D (or 0xD0485D) is known color: Mandy. HEX triplet: D0, 48 and 5D. RGB value is (208,72,93). Sum of RGB (Red+Green+Blue) = 208+72+93=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0485D is #2FB7A2. Grayscale: #737373. Windows color (decimal): -3127203 or 6113488. OLE color: 6113488.
HSL color Cylindrical-coordinate representation of color #D0485D: hue angle of 350.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0485D is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 93 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.18 |
| HSL | 350.74º | 0.59% | 0.55% | - |
| HSV(B) | 350.74º | 0.65% | 0.82% | - |
| XYZ | 30.31 | 18.83 | 12.39 | - |
| YUV | 115.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 93 | 0 | 0.65 | 0.55 | 0.18 | 350.74 | 0.59 | 0.55 |
| Hex | D0 | 48 | 5D | 0 | 41 | 37 | 12 | 15F | 3B | 37 |
| Octal | 320 | 110 | 135 | 0 | 101 | 67 | 22 | 537 | 73 | 67 |
| Binary | 11010000 | 1001000 | 1011101 | 0 | 1000001 | 110111 | 10010 | 101011111 | 111011 | 110111 |
Color Harmonies of #D0485D
Complementary color
Monochromatic Colors of #D0485D
Black with #D0485D
Text Example
Text Example
White with #D0485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0485D; }
p { color: rgb(208,72,93); }
H1.HeaderClassName
{
color: #D0485D;
}
.AnyTagClassName
{
color: #D0485D;
}
</style>
background-color css
<style>
a { background-color: #D0485D; }
a { background-color: rgb(208,72,93); }
div.DivClassName
{
background-color: #D0485D;
}
.BgClassName
{
background-color: #D0485D;
}
</style>
border-color css
<style>
span { border-color: #D0485D; }
span { border-color: rgb(208,72,93); }
td.TdClassName
{
border-color: #D0485D;
}
.TagClassName
{
border-color: #D0485D;
}
</style>