Shades of Mulberry #CD559B
Tints of Mulberry #CD559B
RGB
CMYK
RGB Variations
Color information
#CD559B (or 0xCD559B) is known color: Mulberry. HEX triplet: CD, 55 and 9B. RGB value is (205,85,155). Sum of RGB (Red+Green+Blue) = 205+85+155=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD559B is #32AA64. Grayscale: #808080. Windows color (decimal): -3320421 or 10180045. OLE color: 10180045.
HSL color Cylindrical-coordinate representation of color #CD559B: hue angle of 325º 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 #CD559B is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 85 | 155 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.20 |
| HSL | 325º | 0.55% | 0.57% | - |
| HSV(B) | 325º | 0.59% | 0.8% | - |
| XYZ | 34.34 | 21.84 | 33.42 | - |
| YUV | 128.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 85 | 155 | 0 | 0.59 | 0.24 | 0.20 | 325 | 0.55 | 0.57 |
| Hex | CD | 55 | 9B | 0 | 3B | 18 | 14 | 145 | 37 | 39 |
| Octal | 315 | 125 | 233 | 0 | 73 | 30 | 24 | 505 | 67 | 71 |
| Binary | 11001101 | 1010101 | 10011011 | 0 | 111011 | 11000 | 10100 | 101000101 | 110111 | 111001 |
Color Harmonies of #CD559B
Complementary color
Monochromatic Colors of #CD559B
Black with #CD559B
Text Example
Text Example
White with #CD559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD559B; }
p { color: rgb(205,85,155); }
H1.HeaderClassName
{
color: #CD559B;
}
.AnyTagClassName
{
color: #CD559B;
}
</style>
background-color css
<style>
a { background-color: #CD559B; }
a { background-color: rgb(205,85,155); }
div.DivClassName
{
background-color: #CD559B;
}
.BgClassName
{
background-color: #CD559B;
}
</style>
border-color css
<style>
span { border-color: #CD559B; }
span { border-color: rgb(205,85,155); }
td.TdClassName
{
border-color: #CD559B;
}
.TagClassName
{
border-color: #CD559B;
}
</style>