Shades of Mulberry #CD529D
Tints of Mulberry #CD529D
RGB
CMYK
RGB Variations
Color information
#CD529D (or 0xCD529D) is known color: Mulberry. HEX triplet: CD, 52 and 9D. RGB value is (205,82,157). Sum of RGB (Red+Green+Blue) = 205+82+157=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD529D is #32AD62. Grayscale: #7F7F7F. Windows color (decimal): -3321187 or 10310349. OLE color: 10310349.
HSL color Cylindrical-coordinate representation of color #CD529D: hue angle of 323.41º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD529D is Cyan = 0, Magento = 0.6, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 82 | 157 | - |
| CMYK | 0 | 0.6 | 0.23 | 0.20 |
| HSL | 323.41º | 0.55% | 0.56% | - |
| HSV(B) | 323.41º | 0.6% | 0.8% | - |
| XYZ | 34.28 | 21.45 | 34.23 | - |
| YUV | 127.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 82 | 157 | 0 | 0.6 | 0.23 | 0.20 | 323.41 | 0.55 | 0.56 |
| Hex | CD | 52 | 9D | 0 | 3C | 17 | 14 | 143 | 37 | 38 |
| Octal | 315 | 122 | 235 | 0 | 74 | 27 | 24 | 503 | 67 | 70 |
| Binary | 11001101 | 1010010 | 10011101 | 0 | 111100 | 10111 | 10100 | 101000011 | 110111 | 111000 |
Color Harmonies of #CD529D
Complementary color
Monochromatic Colors of #CD529D
Black with #CD529D
Text Example
Text Example
White with #CD529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD529D; }
p { color: rgb(205,82,157); }
H1.HeaderClassName
{
color: #CD529D;
}
.AnyTagClassName
{
color: #CD529D;
}
</style>
background-color css
<style>
a { background-color: #CD529D; }
a { background-color: rgb(205,82,157); }
div.DivClassName
{
background-color: #CD529D;
}
.BgClassName
{
background-color: #CD529D;
}
</style>
border-color css
<style>
span { border-color: #CD529D; }
span { border-color: rgb(205,82,157); }
td.TdClassName
{
border-color: #CD529D;
}
.TagClassName
{
border-color: #CD529D;
}
</style>