Shades of Mulberry #CD529C
Tints of Mulberry #CD529C
RGB
CMYK
RGB Variations
Color information
#CD529C (or 0xCD529C) is known color: Mulberry. HEX triplet: CD, 52 and 9C. RGB value is (205,82,156). Sum of RGB (Red+Green+Blue) = 205+82+156=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD529C is #32AD63. Grayscale: #7F7F7F. Windows color (decimal): -3321188 or 10244813. OLE color: 10244813.
HSL color Cylindrical-coordinate representation of color #CD529C: hue angle of 323.9º 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 #CD529C is Cyan = 0, Magento = 0.6, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 82 | 156 | - |
| CMYK | 0 | 0.6 | 0.24 | 0.20 |
| HSL | 323.9º | 0.55% | 0.56% | - |
| HSV(B) | 323.9º | 0.6% | 0.8% | - |
| XYZ | 34.19 | 21.41 | 33.78 | - |
| YUV | 127.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 82 | 156 | 0 | 0.6 | 0.24 | 0.20 | 323.9 | 0.55 | 0.56 |
| Hex | CD | 52 | 9C | 0 | 3C | 18 | 14 | 144 | 37 | 38 |
| Octal | 315 | 122 | 234 | 0 | 74 | 30 | 24 | 504 | 67 | 70 |
| Binary | 11001101 | 1010010 | 10011100 | 0 | 111100 | 11000 | 10100 | 101000100 | 110111 | 111000 |
Color Harmonies of #CD529C
Complementary color
Monochromatic Colors of #CD529C
Black with #CD529C
Text Example
Text Example
White with #CD529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD529C; }
p { color: rgb(205,82,156); }
H1.HeaderClassName
{
color: #CD529C;
}
.AnyTagClassName
{
color: #CD529C;
}
</style>
background-color css
<style>
a { background-color: #CD529C; }
a { background-color: rgb(205,82,156); }
div.DivClassName
{
background-color: #CD529C;
}
.BgClassName
{
background-color: #CD529C;
}
</style>
border-color css
<style>
span { border-color: #CD529C; }
span { border-color: rgb(205,82,156); }
td.TdClassName
{
border-color: #CD529C;
}
.TagClassName
{
border-color: #CD529C;
}
</style>