Shades of Mulberry #CD5A8B
Tints of Mulberry #CD5A8B
RGB
CMYK
RGB Variations
Color information
#CD5A8B (or 0xCD5A8B) is known color: Mulberry. HEX triplet: CD, 5A and 8B. RGB value is (205,90,139). Sum of RGB (Red+Green+Blue) = 205+90+139=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5A8B is #32A574. Grayscale: #818181. Windows color (decimal): -3319157 or 9132749. OLE color: 9132749.
HSL color Cylindrical-coordinate representation of color #CD5A8B: hue angle of 334.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD5A8B is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 90 | 139 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.20 |
| HSL | 334.43º | 0.53% | 0.58% | - |
| HSV(B) | 334.43º | 0.56% | 0.8% | - |
| XYZ | 33.49 | 22.16 | 26.94 | - |
| YUV | 129.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 90 | 139 | 0 | 0.56 | 0.32 | 0.20 | 334.43 | 0.53 | 0.58 |
| Hex | CD | 5A | 8B | 0 | 38 | 20 | 14 | 14E | 35 | 3A |
| Octal | 315 | 132 | 213 | 0 | 70 | 40 | 24 | 516 | 65 | 72 |
| Binary | 11001101 | 1011010 | 10001011 | 0 | 111000 | 100000 | 10100 | 101001110 | 110101 | 111010 |
Color Harmonies of #CD5A8B
Complementary color
Monochromatic Colors of #CD5A8B
Black with #CD5A8B
Text Example
Text Example
White with #CD5A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5A8B; }
p { color: rgb(205,90,139); }
H1.HeaderClassName
{
color: #CD5A8B;
}
.AnyTagClassName
{
color: #CD5A8B;
}
</style>
background-color css
<style>
a { background-color: #CD5A8B; }
a { background-color: rgb(205,90,139); }
div.DivClassName
{
background-color: #CD5A8B;
}
.BgClassName
{
background-color: #CD5A8B;
}
</style>
border-color css
<style>
span { border-color: #CD5A8B; }
span { border-color: rgb(205,90,139); }
td.TdClassName
{
border-color: #CD5A8B;
}
.TagClassName
{
border-color: #CD5A8B;
}
</style>