Shades of Mandy #D0585D
Tints of Mandy #D0585D
RGB
CMYK
RGB Variations
Color information
#D0585D (or 0xD0585D) is known color: Mandy. HEX triplet: D0, 58 and 5D. RGB value is (208,88,93). Sum of RGB (Red+Green+Blue) = 208+88+93=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0585D is #2FA7A2. Grayscale: #7C7C7C. Windows color (decimal): -3123107 or 6117584. OLE color: 6117584.
HSL color Cylindrical-coordinate representation of color #D0585D: hue angle of 357.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0585D is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 93 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.18 |
| HSL | 357.5º | 0.56% | 0.58% | - |
| HSV(B) | 357.5º | 0.58% | 0.82% | - |
| XYZ | 31.48 | 21.18 | 12.78 | - |
| YUV | 124.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 93 | 0 | 0.58 | 0.55 | 0.18 | 357.5 | 0.56 | 0.58 |
| Hex | D0 | 58 | 5D | 0 | 3A | 37 | 12 | 166 | 38 | 3A |
| Octal | 320 | 130 | 135 | 0 | 72 | 67 | 22 | 546 | 70 | 72 |
| Binary | 11010000 | 1011000 | 1011101 | 0 | 111010 | 110111 | 10010 | 101100110 | 111000 | 111010 |
Color Harmonies of #D0585D
Complementary color
Monochromatic Colors of #D0585D
Black with #D0585D
Text Example
Text Example
White with #D0585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0585D; }
p { color: rgb(208,88,93); }
H1.HeaderClassName
{
color: #D0585D;
}
.AnyTagClassName
{
color: #D0585D;
}
</style>
background-color css
<style>
a { background-color: #D0585D; }
a { background-color: rgb(208,88,93); }
div.DivClassName
{
background-color: #D0585D;
}
.BgClassName
{
background-color: #D0585D;
}
</style>
border-color css
<style>
span { border-color: #D0585D; }
span { border-color: rgb(208,88,93); }
td.TdClassName
{
border-color: #D0585D;
}
.TagClassName
{
border-color: #D0585D;
}
</style>