Shades of Mulberry #CE5384
Tints of Mulberry #CE5384
RGB
CMYK
RGB Variations
Color information
#CE5384 (or 0xCE5384) is known color: Mulberry. HEX triplet: CE, 53 and 84. RGB value is (206,83,132). Sum of RGB (Red+Green+Blue) = 206+83+132=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5384 is #31AC7B. Grayscale: #7D7D7D. Windows color (decimal): -3255420 or 8672206. OLE color: 8672206.
HSL color Cylindrical-coordinate representation of color #CE5384: hue angle of 336.1º 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 #CE5384 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 132 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.19 |
| HSL | 336.1º | 0.56% | 0.57% | - |
| HSV(B) | 336.1º | 0.6% | 0.81% | - |
| XYZ | 32.71 | 20.97 | 24.15 | - |
| YUV | 125.36 | 131.75 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 132 | 0 | 0.60 | 0.36 | 0.19 | 336.1 | 0.56 | 0.57 |
| Hex | CE | 53 | 84 | 0 | 3C | 24 | 13 | 150 | 38 | 39 |
| Octal | 316 | 123 | 204 | 0 | 74 | 44 | 23 | 520 | 70 | 71 |
| Binary | 11001110 | 1010011 | 10000100 | 0 | 111100 | 100100 | 10011 | 101010000 | 111000 | 111001 |
Color Harmonies of #CE5384
Complementary color
Monochromatic Colors of #CE5384
Black with #CE5384
Text Example
Text Example
White with #CE5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5384; }
p { color: rgb(206,83,132); }
H1.HeaderClassName
{
color: #CE5384;
}
.AnyTagClassName
{
color: #CE5384;
}
</style>
background-color css
<style>
a { background-color: #CE5384; }
a { background-color: rgb(206,83,132); }
div.DivClassName
{
background-color: #CE5384;
}
.BgClassName
{
background-color: #CE5384;
}
</style>
border-color css
<style>
span { border-color: #CE5384; }
span { border-color: rgb(206,83,132); }
td.TdClassName
{
border-color: #CE5384;
}
.TagClassName
{
border-color: #CE5384;
}
</style>