Shades of Mulberry #CD508B
Tints of Mulberry #CD508B
RGB
CMYK
RGB Variations
Color information
#CD508B (or 0xCD508B) is known color: Mulberry. HEX triplet: CD, 50 and 8B. RGB value is (205,80,139). Sum of RGB (Red+Green+Blue) = 205+80+139=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD508B is #32AF74. Grayscale: #7B7B7B. Windows color (decimal): -3321717 or 9130189. OLE color: 9130189.
HSL color Cylindrical-coordinate representation of color #CD508B: hue angle of 331.68º 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 #CD508B is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 139 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.20 |
| HSL | 331.68º | 0.56% | 0.56% | - |
| HSV(B) | 331.68º | 0.61% | 0.8% | - |
| XYZ | 32.71 | 20.58 | 26.67 | - |
| YUV | 124.1 | 136.41 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 139 | 0 | 0.61 | 0.32 | 0.20 | 331.68 | 0.56 | 0.56 |
| Hex | CD | 50 | 8B | 0 | 3D | 20 | 14 | 14C | 38 | 38 |
| Octal | 315 | 120 | 213 | 0 | 75 | 40 | 24 | 514 | 70 | 70 |
| Binary | 11001101 | 1010000 | 10001011 | 0 | 111101 | 100000 | 10100 | 101001100 | 111000 | 111000 |
Color Harmonies of #CD508B
Complementary color
Monochromatic Colors of #CD508B
Black with #CD508B
Text Example
Text Example
White with #CD508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD508B; }
p { color: rgb(205,80,139); }
H1.HeaderClassName
{
color: #CD508B;
}
.AnyTagClassName
{
color: #CD508B;
}
</style>
background-color css
<style>
a { background-color: #CD508B; }
a { background-color: rgb(205,80,139); }
div.DivClassName
{
background-color: #CD508B;
}
.BgClassName
{
background-color: #CD508B;
}
</style>
border-color css
<style>
span { border-color: #CD508B; }
span { border-color: rgb(205,80,139); }
td.TdClassName
{
border-color: #CD508B;
}
.TagClassName
{
border-color: #CD508B;
}
</style>