Shades of Mulberry #CE558D
Tints of Mulberry #CE558D
RGB
CMYK
RGB Variations
Color information
#CE558D (or 0xCE558D) is known color: Mulberry. HEX triplet: CE, 55 and 8D. RGB value is (206,85,141). Sum of RGB (Red+Green+Blue) = 206+85+141=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE558D is #31AA72. Grayscale: #7F7F7F. Windows color (decimal): -3254899 or 9262542. OLE color: 9262542.
HSL color Cylindrical-coordinate representation of color #CE558D: hue angle of 332.23º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE558D is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 141 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.19 |
| HSL | 332.23º | 0.55% | 0.57% | - |
| HSV(B) | 332.23º | 0.59% | 0.81% | - |
| XYZ | 33.51 | 21.54 | 27.59 | - |
| YUV | 127.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 141 | 0 | 0.59 | 0.32 | 0.19 | 332.23 | 0.55 | 0.57 |
| Hex | CE | 55 | 8D | 0 | 3B | 20 | 13 | 14C | 37 | 39 |
| Octal | 316 | 125 | 215 | 0 | 73 | 40 | 23 | 514 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10001101 | 0 | 111011 | 100000 | 10011 | 101001100 | 110111 | 111001 |
Color Harmonies of #CE558D
Complementary color
Monochromatic Colors of #CE558D
Black with #CE558D
Text Example
Text Example
White with #CE558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE558D; }
p { color: rgb(206,85,141); }
H1.HeaderClassName
{
color: #CE558D;
}
.AnyTagClassName
{
color: #CE558D;
}
</style>
background-color css
<style>
a { background-color: #CE558D; }
a { background-color: rgb(206,85,141); }
div.DivClassName
{
background-color: #CE558D;
}
.BgClassName
{
background-color: #CE558D;
}
</style>
border-color css
<style>
span { border-color: #CE558D; }
span { border-color: rgb(206,85,141); }
td.TdClassName
{
border-color: #CE558D;
}
.TagClassName
{
border-color: #CE558D;
}
</style>