Shades of Mulberry #CD579D
Tints of Mulberry #CD579D
RGB
CMYK
RGB Variations
Color information
#CD579D (or 0xCD579D) is known color: Mulberry. HEX triplet: CD, 57 and 9D. RGB value is (205,87,157). Sum of RGB (Red+Green+Blue) = 205+87+157=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD579D is #32A862. Grayscale: #828282. Windows color (decimal): -3319907 or 10311629. OLE color: 10311629.
HSL color Cylindrical-coordinate representation of color #CD579D: hue angle of 324.41º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD579D is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 87 | 157 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.20 |
| HSL | 324.41º | 0.54% | 0.57% | - |
| HSV(B) | 324.41º | 0.58% | 0.8% | - |
| XYZ | 34.67 | 22.23 | 34.36 | - |
| YUV | 130.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 87 | 157 | 0 | 0.58 | 0.23 | 0.20 | 324.41 | 0.54 | 0.57 |
| Hex | CD | 57 | 9D | 0 | 3A | 17 | 14 | 144 | 36 | 39 |
| Octal | 315 | 127 | 235 | 0 | 72 | 27 | 24 | 504 | 66 | 71 |
| Binary | 11001101 | 1010111 | 10011101 | 0 | 111010 | 10111 | 10100 | 101000100 | 110110 | 111001 |
Color Harmonies of #CD579D
Complementary color
Monochromatic Colors of #CD579D
Black with #CD579D
Text Example
Text Example
White with #CD579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD579D; }
p { color: rgb(205,87,157); }
H1.HeaderClassName
{
color: #CD579D;
}
.AnyTagClassName
{
color: #CD579D;
}
</style>
background-color css
<style>
a { background-color: #CD579D; }
a { background-color: rgb(205,87,157); }
div.DivClassName
{
background-color: #CD579D;
}
.BgClassName
{
background-color: #CD579D;
}
</style>
border-color css
<style>
span { border-color: #CD579D; }
span { border-color: rgb(205,87,157); }
td.TdClassName
{
border-color: #CD579D;
}
.TagClassName
{
border-color: #CD579D;
}
</style>