Shades of Mulberry #CE5288
Tints of Mulberry #CE5288
RGB
CMYK
RGB Variations
Color information
#CE5288 (or 0xCE5288) is known color: Mulberry. HEX triplet: CE, 52 and 88. RGB value is (206,82,136). Sum of RGB (Red+Green+Blue) = 206+82+136=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5288 is #31AD77. Grayscale: #7D7D7D. Windows color (decimal): -3255672 or 8934094. OLE color: 8934094.
HSL color Cylindrical-coordinate representation of color #CE5288: hue angle of 333.87º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5288 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 136 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.19 |
| HSL | 333.87º | 0.56% | 0.56% | - |
| HSV(B) | 333.87º | 0.6% | 0.81% | - |
| XYZ | 32.91 | 20.93 | 25.6 | - |
| YUV | 125.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 136 | 0 | 0.60 | 0.34 | 0.19 | 333.87 | 0.56 | 0.56 |
| Hex | CE | 52 | 88 | 0 | 3C | 22 | 13 | 14E | 38 | 38 |
| Octal | 316 | 122 | 210 | 0 | 74 | 42 | 23 | 516 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10001000 | 0 | 111100 | 100010 | 10011 | 101001110 | 111000 | 111000 |
Color Harmonies of #CE5288
Complementary color
Monochromatic Colors of #CE5288
Black with #CE5288
Text Example
Text Example
White with #CE5288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5288; }
p { color: rgb(206,82,136); }
H1.HeaderClassName
{
color: #CE5288;
}
.AnyTagClassName
{
color: #CE5288;
}
</style>
background-color css
<style>
a { background-color: #CE5288; }
a { background-color: rgb(206,82,136); }
div.DivClassName
{
background-color: #CE5288;
}
.BgClassName
{
background-color: #CE5288;
}
</style>
border-color css
<style>
span { border-color: #CE5288; }
span { border-color: rgb(206,82,136); }
td.TdClassName
{
border-color: #CE5288;
}
.TagClassName
{
border-color: #CE5288;
}
</style>