Shades of Mulberry #CD509B
Tints of Mulberry #CD509B
RGB
CMYK
RGB Variations
Color information
#CD509B (or 0xCD509B) is known color: Mulberry. HEX triplet: CD, 50 and 9B. RGB value is (205,80,155). Sum of RGB (Red+Green+Blue) = 205+80+155=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD509B is #32AF64. Grayscale: #7D7D7D. Windows color (decimal): -3321701 or 10178765. OLE color: 10178765.
HSL color Cylindrical-coordinate representation of color #CD509B: hue angle of 324º 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 #CD509B is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 155 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.20 |
| HSL | 324º | 0.56% | 0.56% | - |
| HSV(B) | 324º | 0.61% | 0.8% | - |
| XYZ | 33.96 | 21.08 | 33.29 | - |
| YUV | 125.93 | 144.41 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 155 | 0 | 0.61 | 0.24 | 0.20 | 324 | 0.56 | 0.56 |
| Hex | CD | 50 | 9B | 0 | 3D | 18 | 14 | 144 | 38 | 38 |
| Octal | 315 | 120 | 233 | 0 | 75 | 30 | 24 | 504 | 70 | 70 |
| Binary | 11001101 | 1010000 | 10011011 | 0 | 111101 | 11000 | 10100 | 101000100 | 111000 | 111000 |
Color Harmonies of #CD509B
Complementary color
Monochromatic Colors of #CD509B
Black with #CD509B
Text Example
Text Example
White with #CD509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD509B; }
p { color: rgb(205,80,155); }
H1.HeaderClassName
{
color: #CD509B;
}
.AnyTagClassName
{
color: #CD509B;
}
</style>
background-color css
<style>
a { background-color: #CD509B; }
a { background-color: rgb(205,80,155); }
div.DivClassName
{
background-color: #CD509B;
}
.BgClassName
{
background-color: #CD509B;
}
</style>
border-color css
<style>
span { border-color: #CD509B; }
span { border-color: rgb(205,80,155); }
td.TdClassName
{
border-color: #CD509B;
}
.TagClassName
{
border-color: #CD509B;
}
</style>