Shades of Mulberry #CD509D
Tints of Mulberry #CD509D
RGB
CMYK
RGB Variations
Color information
#CD509D (or 0xCD509D) is known color: Mulberry. HEX triplet: CD, 50 and 9D. RGB value is (205,80,157). Sum of RGB (Red+Green+Blue) = 205+80+157=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD509D is #32AF62. Grayscale: #7D7D7D. Windows color (decimal): -3321699 or 10309837. OLE color: 10309837.
HSL color Cylindrical-coordinate representation of color #CD509D: hue angle of 323.04º 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 #CD509D is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 157 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.20 |
| HSL | 323.04º | 0.56% | 0.56% | - |
| HSV(B) | 323.04º | 0.61% | 0.8% | - |
| XYZ | 34.13 | 21.15 | 34.18 | - |
| YUV | 126.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 157 | 0 | 0.61 | 0.23 | 0.20 | 323.04 | 0.56 | 0.56 |
| Hex | CD | 50 | 9D | 0 | 3D | 17 | 14 | 143 | 38 | 38 |
| Octal | 315 | 120 | 235 | 0 | 75 | 27 | 24 | 503 | 70 | 70 |
| Binary | 11001101 | 1010000 | 10011101 | 0 | 111101 | 10111 | 10100 | 101000011 | 111000 | 111000 |
Color Harmonies of #CD509D
Complementary color
Monochromatic Colors of #CD509D
Black with #CD509D
Text Example
Text Example
White with #CD509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD509D; }
p { color: rgb(205,80,157); }
H1.HeaderClassName
{
color: #CD509D;
}
.AnyTagClassName
{
color: #CD509D;
}
</style>
background-color css
<style>
a { background-color: #CD509D; }
a { background-color: rgb(205,80,157); }
div.DivClassName
{
background-color: #CD509D;
}
.BgClassName
{
background-color: #CD509D;
}
</style>
border-color css
<style>
span { border-color: #CD509D; }
span { border-color: rgb(205,80,157); }
td.TdClassName
{
border-color: #CD509D;
}
.TagClassName
{
border-color: #CD509D;
}
</style>