Shades of Mulberry #CD599D
Tints of Mulberry #CD599D
RGB
CMYK
RGB Variations
Color information
#CD599D (or 0xCD599D) is known color: Mulberry. HEX triplet: CD, 59 and 9D. RGB value is (205,89,157). Sum of RGB (Red+Green+Blue) = 205+89+157=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD599D is #32A662. Grayscale: #838383. Windows color (decimal): -3319395 or 10312141. OLE color: 10312141.
HSL color Cylindrical-coordinate representation of color #CD599D: hue angle of 324.83º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD599D is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 89 | 157 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.20 |
| HSL | 324.83º | 0.54% | 0.58% | - |
| HSV(B) | 324.83º | 0.57% | 0.8% | - |
| XYZ | 34.84 | 22.56 | 34.42 | - |
| YUV | 131.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 89 | 157 | 0 | 0.57 | 0.23 | 0.20 | 324.83 | 0.54 | 0.58 |
| Hex | CD | 59 | 9D | 0 | 39 | 17 | 14 | 145 | 36 | 3A |
| Octal | 315 | 131 | 235 | 0 | 71 | 27 | 24 | 505 | 66 | 72 |
| Binary | 11001101 | 1011001 | 10011101 | 0 | 111001 | 10111 | 10100 | 101000101 | 110110 | 111010 |
Color Harmonies of #CD599D
Complementary color
Monochromatic Colors of #CD599D
Black with #CD599D
Text Example
Text Example
White with #CD599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD599D; }
p { color: rgb(205,89,157); }
H1.HeaderClassName
{
color: #CD599D;
}
.AnyTagClassName
{
color: #CD599D;
}
</style>
background-color css
<style>
a { background-color: #CD599D; }
a { background-color: rgb(205,89,157); }
div.DivClassName
{
background-color: #CD599D;
}
.BgClassName
{
background-color: #CD599D;
}
</style>
border-color css
<style>
span { border-color: #CD599D; }
span { border-color: rgb(205,89,157); }
td.TdClassName
{
border-color: #CD599D;
}
.TagClassName
{
border-color: #CD599D;
}
</style>