Shades of Mulberry #CE5388
Tints of Mulberry #CE5388
RGB
CMYK
RGB Variations
Color information
#CE5388 (or 0xCE5388) is known color: Mulberry. HEX triplet: CE, 53 and 88. RGB value is (206,83,136). Sum of RGB (Red+Green+Blue) = 206+83+136=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5388 is #31AC77. Grayscale: #7D7D7D. Windows color (decimal): -3255416 or 8934350. OLE color: 8934350.
HSL color Cylindrical-coordinate representation of color #CE5388: hue angle of 334.15º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5388 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 136 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.19 |
| HSL | 334.15º | 0.56% | 0.57% | - |
| HSV(B) | 334.15º | 0.6% | 0.81% | - |
| XYZ | 32.99 | 21.09 | 25.62 | - |
| YUV | 125.82 | 133.75 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 136 | 0 | 0.60 | 0.34 | 0.19 | 334.15 | 0.56 | 0.57 |
| Hex | CE | 53 | 88 | 0 | 3C | 22 | 13 | 14E | 38 | 39 |
| Octal | 316 | 123 | 210 | 0 | 74 | 42 | 23 | 516 | 70 | 71 |
| Binary | 11001110 | 1010011 | 10001000 | 0 | 111100 | 100010 | 10011 | 101001110 | 111000 | 111001 |
Color Harmonies of #CE5388
Complementary color
Monochromatic Colors of #CE5388
Black with #CE5388
Text Example
Text Example
White with #CE5388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5388; }
p { color: rgb(206,83,136); }
H1.HeaderClassName
{
color: #CE5388;
}
.AnyTagClassName
{
color: #CE5388;
}
</style>
background-color css
<style>
a { background-color: #CE5388; }
a { background-color: rgb(206,83,136); }
div.DivClassName
{
background-color: #CE5388;
}
.BgClassName
{
background-color: #CE5388;
}
</style>
border-color css
<style>
span { border-color: #CE5388; }
span { border-color: rgb(206,83,136); }
td.TdClassName
{
border-color: #CE5388;
}
.TagClassName
{
border-color: #CE5388;
}
</style>