Shades of Mulberry #CE5593
Tints of Mulberry #CE5593
RGB
CMYK
RGB Variations
Color information
#CE5593 (or 0xCE5593) is known color: Mulberry. HEX triplet: CE, 55 and 93. RGB value is (206,85,147). Sum of RGB (Red+Green+Blue) = 206+85+147=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5593 is #31AA6C. Grayscale: #808080. Windows color (decimal): -3254893 or 9655758. OLE color: 9655758.
HSL color Cylindrical-coordinate representation of color #CE5593: hue angle of 329.26º 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 #CE5593 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 147 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.19 |
| HSL | 329.26º | 0.55% | 0.57% | - |
| HSV(B) | 329.26º | 0.59% | 0.81% | - |
| XYZ | 33.97 | 21.73 | 30.01 | - |
| YUV | 128.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 147 | 0 | 0.59 | 0.29 | 0.19 | 329.26 | 0.55 | 0.57 |
| Hex | CE | 55 | 93 | 0 | 3B | 1D | 13 | 149 | 37 | 39 |
| Octal | 316 | 125 | 223 | 0 | 73 | 35 | 23 | 511 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10010011 | 0 | 111011 | 11101 | 10011 | 101001001 | 110111 | 111001 |
Color Harmonies of #CE5593
Complementary color
Monochromatic Colors of #CE5593
Black with #CE5593
Text Example
Text Example
White with #CE5593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5593; }
p { color: rgb(206,85,147); }
H1.HeaderClassName
{
color: #CE5593;
}
.AnyTagClassName
{
color: #CE5593;
}
</style>
background-color css
<style>
a { background-color: #CE5593; }
a { background-color: rgb(206,85,147); }
div.DivClassName
{
background-color: #CE5593;
}
.BgClassName
{
background-color: #CE5593;
}
</style>
border-color css
<style>
span { border-color: #CE5593; }
span { border-color: rgb(206,85,147); }
td.TdClassName
{
border-color: #CE5593;
}
.TagClassName
{
border-color: #CE5593;
}
</style>