Shades of Mulberry #CD539A
Tints of Mulberry #CD539A
RGB
CMYK
RGB Variations
Color information
#CD539A (or 0xCD539A) is known color: Mulberry. HEX triplet: CD, 53 and 9A. RGB value is (205,83,154). Sum of RGB (Red+Green+Blue) = 205+83+154=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD539A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD539A is #32AC65. Grayscale: #7F7F7F. Windows color (decimal): -3320934 or 10113997. OLE color: 10113997.
HSL color Cylindrical-coordinate representation of color #CD539A: hue angle of 325.08º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD539A is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 154 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.20 |
| HSL | 325.08º | 0.55% | 0.56% | - |
| HSV(B) | 325.08º | 0.6% | 0.8% | - |
| XYZ | 34.1 | 21.5 | 32.92 | - |
| YUV | 127.57 | 142.92 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 154 | 0 | 0.60 | 0.25 | 0.20 | 325.08 | 0.55 | 0.56 |
| Hex | CD | 53 | 9A | 0 | 3C | 19 | 14 | 145 | 37 | 38 |
| Octal | 315 | 123 | 232 | 0 | 74 | 31 | 24 | 505 | 67 | 70 |
| Binary | 11001101 | 1010011 | 10011010 | 0 | 111100 | 11001 | 10100 | 101000101 | 110111 | 111000 |
Color Harmonies of #CD539A
Complementary color
Monochromatic Colors of #CD539A
Black with #CD539A
Text Example
Text Example
White with #CD539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD539A; }
p { color: rgb(205,83,154); }
H1.HeaderClassName
{
color: #CD539A;
}
.AnyTagClassName
{
color: #CD539A;
}
</style>
background-color css
<style>
a { background-color: #CD539A; }
a { background-color: rgb(205,83,154); }
div.DivClassName
{
background-color: #CD539A;
}
.BgClassName
{
background-color: #CD539A;
}
</style>
border-color css
<style>
span { border-color: #CD539A; }
span { border-color: rgb(205,83,154); }
td.TdClassName
{
border-color: #CD539A;
}
.TagClassName
{
border-color: #CD539A;
}
</style>