Shades of Mulberry #CD549D
Tints of Mulberry #CD549D
RGB
CMYK
RGB Variations
Color information
#CD549D (or 0xCD549D) is known color: Mulberry. HEX triplet: CD, 54 and 9D. RGB value is (205,84,157). Sum of RGB (Red+Green+Blue) = 205+84+157=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD549D is #32AB62. Grayscale: #808080. Windows color (decimal): -3320675 or 10310861. OLE color: 10310861.
HSL color Cylindrical-coordinate representation of color #CD549D: hue angle of 323.8º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD549D is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 84 | 157 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.20 |
| HSL | 323.8º | 0.55% | 0.57% | - |
| HSV(B) | 323.8º | 0.59% | 0.8% | - |
| XYZ | 34.43 | 21.75 | 34.28 | - |
| YUV | 128.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 84 | 157 | 0 | 0.59 | 0.23 | 0.20 | 323.8 | 0.55 | 0.57 |
| Hex | CD | 54 | 9D | 0 | 3B | 17 | 14 | 144 | 37 | 39 |
| Octal | 315 | 124 | 235 | 0 | 73 | 27 | 24 | 504 | 67 | 71 |
| Binary | 11001101 | 1010100 | 10011101 | 0 | 111011 | 10111 | 10100 | 101000100 | 110111 | 111001 |
Color Harmonies of #CD549D
Complementary color
Monochromatic Colors of #CD549D
Black with #CD549D
Text Example
Text Example
White with #CD549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD549D; }
p { color: rgb(205,84,157); }
H1.HeaderClassName
{
color: #CD549D;
}
.AnyTagClassName
{
color: #CD549D;
}
</style>
background-color css
<style>
a { background-color: #CD549D; }
a { background-color: rgb(205,84,157); }
div.DivClassName
{
background-color: #CD549D;
}
.BgClassName
{
background-color: #CD549D;
}
</style>
border-color css
<style>
span { border-color: #CD549D; }
span { border-color: rgb(205,84,157); }
td.TdClassName
{
border-color: #CD549D;
}
.TagClassName
{
border-color: #CD549D;
}
</style>