Shades of Mulberry #CE5588
Tints of Mulberry #CE5588
RGB
CMYK
RGB Variations
Color information
#CE5588 (or 0xCE5588) is known color: Mulberry. HEX triplet: CE, 55 and 88. RGB value is (206,85,136). Sum of RGB (Red+Green+Blue) = 206+85+136=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5588 is #31AA77. Grayscale: #7E7E7E. Windows color (decimal): -3254904 or 8934862. OLE color: 8934862.
HSL color Cylindrical-coordinate representation of color #CE5588: hue angle of 334.71º 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 #CE5588 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 136 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.19 |
| HSL | 334.71º | 0.55% | 0.57% | - |
| HSV(B) | 334.71º | 0.59% | 0.81% | - |
| XYZ | 33.15 | 21.4 | 25.68 | - |
| YUV | 126.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 136 | 0 | 0.59 | 0.34 | 0.19 | 334.71 | 0.55 | 0.57 |
| Hex | CE | 55 | 88 | 0 | 3B | 22 | 13 | 14F | 37 | 39 |
| Octal | 316 | 125 | 210 | 0 | 73 | 42 | 23 | 517 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10001000 | 0 | 111011 | 100010 | 10011 | 101001111 | 110111 | 111001 |
Color Harmonies of #CE5588
Complementary color
Monochromatic Colors of #CE5588
Black with #CE5588
Text Example
Text Example
White with #CE5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5588; }
p { color: rgb(206,85,136); }
H1.HeaderClassName
{
color: #CE5588;
}
.AnyTagClassName
{
color: #CE5588;
}
</style>
background-color css
<style>
a { background-color: #CE5588; }
a { background-color: rgb(206,85,136); }
div.DivClassName
{
background-color: #CE5588;
}
.BgClassName
{
background-color: #CE5588;
}
</style>
border-color css
<style>
span { border-color: #CE5588; }
span { border-color: rgb(206,85,136); }
td.TdClassName
{
border-color: #CE5588;
}
.TagClassName
{
border-color: #CE5588;
}
</style>