Shades of Mulberry #CE5585
Tints of Mulberry #CE5585
RGB
CMYK
RGB Variations
Color information
#CE5585 (or 0xCE5585) is known color: Mulberry. HEX triplet: CE, 55 and 85. RGB value is (206,85,133). Sum of RGB (Red+Green+Blue) = 206+85+133=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5585 is #31AA7A. Grayscale: #7E7E7E. Windows color (decimal): -3254907 or 8738254. OLE color: 8738254.
HSL color Cylindrical-coordinate representation of color #CE5585: hue angle of 336.2º 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 #CE5585 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 133 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.19 |
| HSL | 336.2º | 0.55% | 0.57% | - |
| HSV(B) | 336.2º | 0.59% | 0.81% | - |
| XYZ | 32.94 | 21.31 | 24.57 | - |
| YUV | 126.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 133 | 0 | 0.59 | 0.35 | 0.19 | 336.2 | 0.55 | 0.57 |
| Hex | CE | 55 | 85 | 0 | 3B | 23 | 13 | 150 | 37 | 39 |
| Octal | 316 | 125 | 205 | 0 | 73 | 43 | 23 | 520 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10000101 | 0 | 111011 | 100011 | 10011 | 101010000 | 110111 | 111001 |
Color Harmonies of #CE5585
Complementary color
Monochromatic Colors of #CE5585
Black with #CE5585
Text Example
Text Example
White with #CE5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5585; }
p { color: rgb(206,85,133); }
H1.HeaderClassName
{
color: #CE5585;
}
.AnyTagClassName
{
color: #CE5585;
}
</style>
background-color css
<style>
a { background-color: #CE5585; }
a { background-color: rgb(206,85,133); }
div.DivClassName
{
background-color: #CE5585;
}
.BgClassName
{
background-color: #CE5585;
}
</style>
border-color css
<style>
span { border-color: #CE5585; }
span { border-color: rgb(206,85,133); }
td.TdClassName
{
border-color: #CE5585;
}
.TagClassName
{
border-color: #CE5585;
}
</style>