Shades of Mulberry #CE5284
Tints of Mulberry #CE5284
RGB
CMYK
RGB Variations
Color information
#CE5284 (or 0xCE5284) is known color: Mulberry. HEX triplet: CE, 52 and 84. RGB value is (206,82,132). Sum of RGB (Red+Green+Blue) = 206+82+132=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5284 is #31AD7B. Grayscale: #7C7C7C. Windows color (decimal): -3255676 or 8671950. OLE color: 8671950.
HSL color Cylindrical-coordinate representation of color #CE5284: hue angle of 335.81º 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 #CE5284 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 132 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.19 |
| HSL | 335.81º | 0.56% | 0.56% | - |
| HSV(B) | 335.81º | 0.6% | 0.81% | - |
| XYZ | 32.64 | 20.82 | 24.13 | - |
| YUV | 124.78 | 132.08 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 132 | 0 | 0.60 | 0.36 | 0.19 | 335.81 | 0.56 | 0.56 |
| Hex | CE | 52 | 84 | 0 | 3C | 24 | 13 | 150 | 38 | 38 |
| Octal | 316 | 122 | 204 | 0 | 74 | 44 | 23 | 520 | 70 | 70 |
| Binary | 11001110 | 1010010 | 10000100 | 0 | 111100 | 100100 | 10011 | 101010000 | 111000 | 111000 |
Color Harmonies of #CE5284
Complementary color
Monochromatic Colors of #CE5284
Black with #CE5284
Text Example
Text Example
White with #CE5284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5284; }
p { color: rgb(206,82,132); }
H1.HeaderClassName
{
color: #CE5284;
}
.AnyTagClassName
{
color: #CE5284;
}
</style>
background-color css
<style>
a { background-color: #CE5284; }
a { background-color: rgb(206,82,132); }
div.DivClassName
{
background-color: #CE5284;
}
.BgClassName
{
background-color: #CE5284;
}
</style>
border-color css
<style>
span { border-color: #CE5284; }
span { border-color: rgb(206,82,132); }
td.TdClassName
{
border-color: #CE5284;
}
.TagClassName
{
border-color: #CE5284;
}
</style>