Shades of Mulberry #CD519D
Tints of Mulberry #CD519D
RGB
CMYK
RGB Variations
Color information
#CD519D (or 0xCD519D) is known color: Mulberry. HEX triplet: CD, 51 and 9D. RGB value is (205,81,157). Sum of RGB (Red+Green+Blue) = 205+81+157=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD519D is #32AE62. Grayscale: #7E7E7E. Windows color (decimal): -3321443 or 10310093. OLE color: 10310093.
HSL color Cylindrical-coordinate representation of color #CD519D: hue angle of 323.23º 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 #CD519D is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 81 | 157 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.20 |
| HSL | 323.23º | 0.55% | 0.56% | - |
| HSV(B) | 323.23º | 0.6% | 0.8% | - |
| XYZ | 34.21 | 21.3 | 34.21 | - |
| YUV | 126.74 | 145.08 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 81 | 157 | 0 | 0.60 | 0.23 | 0.20 | 323.23 | 0.55 | 0.56 |
| Hex | CD | 51 | 9D | 0 | 3C | 17 | 14 | 143 | 37 | 38 |
| Octal | 315 | 121 | 235 | 0 | 74 | 27 | 24 | 503 | 67 | 70 |
| Binary | 11001101 | 1010001 | 10011101 | 0 | 111100 | 10111 | 10100 | 101000011 | 110111 | 111000 |
Color Harmonies of #CD519D
Complementary color
Monochromatic Colors of #CD519D
Black with #CD519D
Text Example
Text Example
White with #CD519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD519D; }
p { color: rgb(205,81,157); }
H1.HeaderClassName
{
color: #CD519D;
}
.AnyTagClassName
{
color: #CD519D;
}
</style>
background-color css
<style>
a { background-color: #CD519D; }
a { background-color: rgb(205,81,157); }
div.DivClassName
{
background-color: #CD519D;
}
.BgClassName
{
background-color: #CD519D;
}
</style>
border-color css
<style>
span { border-color: #CD519D; }
span { border-color: rgb(205,81,157); }
td.TdClassName
{
border-color: #CD519D;
}
.TagClassName
{
border-color: #CD519D;
}
</style>