Shades of Mulberry #CD508D
Tints of Mulberry #CD508D
RGB
CMYK
RGB Variations
Color information
#CD508D (or 0xCD508D) is known color: Mulberry. HEX triplet: CD, 50 and 8D. RGB value is (205,80,141). Sum of RGB (Red+Green+Blue) = 205+80+141=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD508D is #32AF72. Grayscale: #7C7C7C. Windows color (decimal): -3321715 or 9261261. OLE color: 9261261.
HSL color Cylindrical-coordinate representation of color #CD508D: hue angle of 330.72º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD508D is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 141 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.20 |
| HSL | 330.72º | 0.56% | 0.56% | - |
| HSV(B) | 330.72º | 0.61% | 0.8% | - |
| XYZ | 32.85 | 20.64 | 27.45 | - |
| YUV | 124.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 141 | 0 | 0.61 | 0.31 | 0.20 | 330.72 | 0.56 | 0.56 |
| Hex | CD | 50 | 8D | 0 | 3D | 1F | 14 | 14B | 38 | 38 |
| Octal | 315 | 120 | 215 | 0 | 75 | 37 | 24 | 513 | 70 | 70 |
| Binary | 11001101 | 1010000 | 10001101 | 0 | 111101 | 11111 | 10100 | 101001011 | 111000 | 111000 |
Color Harmonies of #CD508D
Complementary color
Monochromatic Colors of #CD508D
Black with #CD508D
Text Example
Text Example
White with #CD508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD508D; }
p { color: rgb(205,80,141); }
H1.HeaderClassName
{
color: #CD508D;
}
.AnyTagClassName
{
color: #CD508D;
}
</style>
background-color css
<style>
a { background-color: #CD508D; }
a { background-color: rgb(205,80,141); }
div.DivClassName
{
background-color: #CD508D;
}
.BgClassName
{
background-color: #CD508D;
}
</style>
border-color css
<style>
span { border-color: #CD508D; }
span { border-color: rgb(205,80,141); }
td.TdClassName
{
border-color: #CD508D;
}
.TagClassName
{
border-color: #CD508D;
}
</style>