Shades of Mulberry #CE559D
Tints of Mulberry #CE559D
RGB
CMYK
RGB Variations
Color information
#CE559D (or 0xCE559D) is known color: Mulberry. HEX triplet: CE, 55 and 9D. RGB value is (206,85,157). Sum of RGB (Red+Green+Blue) = 206+85+157=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE559D is #31AA62. Grayscale: #818181. Windows color (decimal): -3254883 or 10311118. OLE color: 10311118.
HSL color Cylindrical-coordinate representation of color #CE559D: hue angle of 324.3º 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 #CE559D is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 157 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.19 |
| HSL | 324.3º | 0.55% | 0.57% | - |
| HSV(B) | 324.3º | 0.59% | 0.81% | - |
| XYZ | 34.79 | 22.05 | 34.32 | - |
| YUV | 129.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 157 | 0 | 0.59 | 0.24 | 0.19 | 324.3 | 0.55 | 0.57 |
| Hex | CE | 55 | 9D | 0 | 3B | 18 | 13 | 144 | 37 | 39 |
| Octal | 316 | 125 | 235 | 0 | 73 | 30 | 23 | 504 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10011101 | 0 | 111011 | 11000 | 10011 | 101000100 | 110111 | 111001 |
Color Harmonies of #CE559D
Complementary color
Monochromatic Colors of #CE559D
Black with #CE559D
Text Example
Text Example
White with #CE559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE559D; }
p { color: rgb(206,85,157); }
H1.HeaderClassName
{
color: #CE559D;
}
.AnyTagClassName
{
color: #CE559D;
}
</style>
background-color css
<style>
a { background-color: #CE559D; }
a { background-color: rgb(206,85,157); }
div.DivClassName
{
background-color: #CE559D;
}
.BgClassName
{
background-color: #CE559D;
}
</style>
border-color css
<style>
span { border-color: #CE559D; }
span { border-color: rgb(206,85,157); }
td.TdClassName
{
border-color: #CE559D;
}
.TagClassName
{
border-color: #CE559D;
}
</style>