Shades of Mulberry #CD55A6
Tints of Mulberry #CD55A6
RGB
CMYK
RGB Variations
Color information
#CD55A6 (or 0xCD55A6) is known color: Mulberry. HEX triplet: CD, 55 and A6. RGB value is (205,85,166). Sum of RGB (Red+Green+Blue) = 205+85+166=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD55A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD55A6 is #32AA59. Grayscale: #818181. Windows color (decimal): -3320410 or 10900941. OLE color: 10900941.
HSL color Cylindrical-coordinate representation of color #CD55A6: hue angle of 319.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 #CD55A6 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 85 | 166 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.20 |
| HSL | 319.5º | 0.55% | 0.57% | - |
| HSV(B) | 319.5º | 0.59% | 0.8% | - |
| XYZ | 35.31 | 22.23 | 38.51 | - |
| YUV | 130.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 85 | 166 | 0 | 0.59 | 0.19 | 0.20 | 319.5 | 0.55 | 0.57 |
| Hex | CD | 55 | A6 | 0 | 3B | 13 | 14 | 140 | 37 | 39 |
| Octal | 315 | 125 | 246 | 0 | 73 | 23 | 24 | 500 | 67 | 71 |
| Binary | 11001101 | 1010101 | 10100110 | 0 | 111011 | 10011 | 10100 | 101000000 | 110111 | 111001 |
Color Harmonies of #CD55A6
Complementary color
Monochromatic Colors of #CD55A6
Black with #CD55A6
Text Example
Text Example
White with #CD55A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD55A6; }
p { color: rgb(205,85,166); }
H1.HeaderClassName
{
color: #CD55A6;
}
.AnyTagClassName
{
color: #CD55A6;
}
</style>
background-color css
<style>
a { background-color: #CD55A6; }
a { background-color: rgb(205,85,166); }
div.DivClassName
{
background-color: #CD55A6;
}
.BgClassName
{
background-color: #CD55A6;
}
</style>
border-color css
<style>
span { border-color: #CD55A6; }
span { border-color: rgb(205,85,166); }
td.TdClassName
{
border-color: #CD55A6;
}
.TagClassName
{
border-color: #CD55A6;
}
</style>