Shades of Mulberry #CD559A
Tints of Mulberry #CD559A
RGB
CMYK
RGB Variations
Color information
#CD559A (or 0xCD559A) is known color: Mulberry. HEX triplet: CD, 55 and 9A. RGB value is (205,85,154). Sum of RGB (Red+Green+Blue) = 205+85+154=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD559A is #32AA65. Grayscale: #808080. Windows color (decimal): -3320422 or 10114509. OLE color: 10114509.
HSL color Cylindrical-coordinate representation of color #CD559A: hue angle of 325.5º 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 #CD559A is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 85 | 154 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.20 |
| HSL | 325.5º | 0.55% | 0.57% | - |
| HSV(B) | 325.5º | 0.59% | 0.8% | - |
| XYZ | 34.26 | 21.81 | 32.98 | - |
| YUV | 128.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 85 | 154 | 0 | 0.59 | 0.25 | 0.20 | 325.5 | 0.55 | 0.57 |
| Hex | CD | 55 | 9A | 0 | 3B | 19 | 14 | 146 | 37 | 39 |
| Octal | 315 | 125 | 232 | 0 | 73 | 31 | 24 | 506 | 67 | 71 |
| Binary | 11001101 | 1010101 | 10011010 | 0 | 111011 | 11001 | 10100 | 101000110 | 110111 | 111001 |
Color Harmonies of #CD559A
Complementary color
Monochromatic Colors of #CD559A
Black with #CD559A
Text Example
Text Example
White with #CD559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD559A; }
p { color: rgb(205,85,154); }
H1.HeaderClassName
{
color: #CD559A;
}
.AnyTagClassName
{
color: #CD559A;
}
</style>
background-color css
<style>
a { background-color: #CD559A; }
a { background-color: rgb(205,85,154); }
div.DivClassName
{
background-color: #CD559A;
}
.BgClassName
{
background-color: #CD559A;
}
</style>
border-color css
<style>
span { border-color: #CD559A; }
span { border-color: rgb(205,85,154); }
td.TdClassName
{
border-color: #CD559A;
}
.TagClassName
{
border-color: #CD559A;
}
</style>