Shades of Mandy #D0555D
Tints of Mandy #D0555D
RGB
CMYK
RGB Variations
Color information
#D0555D (or 0xD0555D) is known color: Mandy. HEX triplet: D0, 55 and 5D. RGB value is (208,85,93). Sum of RGB (Red+Green+Blue) = 208+85+93=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0555D is #2FAAA2. Grayscale: #7A7A7A. Windows color (decimal): -3123875 or 6116816. OLE color: 6116816.
HSL color Cylindrical-coordinate representation of color #D0555D: hue angle of 356.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0555D is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 93 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.18 |
| HSL | 356.1º | 0.57% | 0.57% | - |
| HSV(B) | 356.1º | 0.59% | 0.82% | - |
| XYZ | 31.24 | 20.7 | 12.7 | - |
| YUV | 122.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 93 | 0 | 0.59 | 0.55 | 0.18 | 356.1 | 0.57 | 0.57 |
| Hex | D0 | 55 | 5D | 0 | 3B | 37 | 12 | 164 | 39 | 39 |
| Octal | 320 | 125 | 135 | 0 | 73 | 67 | 22 | 544 | 71 | 71 |
| Binary | 11010000 | 1010101 | 1011101 | 0 | 111011 | 110111 | 10010 | 101100100 | 111001 | 111001 |
Color Harmonies of #D0555D
Complementary color
Monochromatic Colors of #D0555D
Black with #D0555D
Text Example
Text Example
White with #D0555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0555D; }
p { color: rgb(208,85,93); }
H1.HeaderClassName
{
color: #D0555D;
}
.AnyTagClassName
{
color: #D0555D;
}
</style>
background-color css
<style>
a { background-color: #D0555D; }
a { background-color: rgb(208,85,93); }
div.DivClassName
{
background-color: #D0555D;
}
.BgClassName
{
background-color: #D0555D;
}
</style>
border-color css
<style>
span { border-color: #D0555D; }
span { border-color: rgb(208,85,93); }
td.TdClassName
{
border-color: #D0555D;
}
.TagClassName
{
border-color: #D0555D;
}
</style>