Shades of Mulberry #CD408B
Tints of Mulberry #CD408B
RGB
CMYK
RGB Variations
Color information
#CD408B (or 0xCD408B) is known color: Mulberry. HEX triplet: CD, 40 and 8B. RGB value is (205,64,139). Sum of RGB (Red+Green+Blue) = 205+64+139=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD408B is #32BF74. Grayscale: #727272. Windows color (decimal): -3325813 or 9126093. OLE color: 9126093.
HSL color Cylindrical-coordinate representation of color #CD408B: hue angle of 328.09º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD408B is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 139 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.20 |
| HSL | 328.09º | 0.59% | 0.53% | - |
| HSV(B) | 328.09º | 0.69% | 0.8% | - |
| XYZ | 31.67 | 18.51 | 26.33 | - |
| YUV | 114.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 139 | 0 | 0.69 | 0.32 | 0.20 | 328.09 | 0.59 | 0.53 |
| Hex | CD | 40 | 8B | 0 | 45 | 20 | 14 | 148 | 3B | 35 |
| Octal | 315 | 100 | 213 | 0 | 105 | 40 | 24 | 510 | 73 | 65 |
| Binary | 11001101 | 1000000 | 10001011 | 0 | 1000101 | 100000 | 10100 | 101001000 | 111011 | 110101 |
Color Harmonies of #CD408B
Complementary color
Monochromatic Colors of #CD408B
Black with #CD408B
Text Example
Text Example
White with #CD408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD408B; }
p { color: rgb(205,64,139); }
H1.HeaderClassName
{
color: #CD408B;
}
.AnyTagClassName
{
color: #CD408B;
}
</style>
background-color css
<style>
a { background-color: #CD408B; }
a { background-color: rgb(205,64,139); }
div.DivClassName
{
background-color: #CD408B;
}
.BgClassName
{
background-color: #CD408B;
}
</style>
border-color css
<style>
span { border-color: #CD408B; }
span { border-color: rgb(205,64,139); }
td.TdClassName
{
border-color: #CD408B;
}
.TagClassName
{
border-color: #CD408B;
}
</style>