Shades of Mulberry #CD408A
Tints of Mulberry #CD408A
RGB
CMYK
RGB Variations
Color information
#CD408A (or 0xCD408A) is known color: Mulberry. HEX triplet: CD, 40 and 8A. RGB value is (205,64,138). Sum of RGB (Red+Green+Blue) = 205+64+138=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD408A is #32BF75. Grayscale: #727272. Windows color (decimal): -3325814 or 9060557. OLE color: 9060557.
HSL color Cylindrical-coordinate representation of color #CD408A: hue angle of 328.51º 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 #CD408A is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 138 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.20 |
| HSL | 328.51º | 0.59% | 0.53% | - |
| HSV(B) | 328.51º | 0.69% | 0.8% | - |
| XYZ | 31.6 | 18.48 | 25.95 | - |
| YUV | 114.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 138 | 0 | 0.69 | 0.33 | 0.20 | 328.51 | 0.59 | 0.53 |
| Hex | CD | 40 | 8A | 0 | 45 | 21 | 14 | 149 | 3B | 35 |
| Octal | 315 | 100 | 212 | 0 | 105 | 41 | 24 | 511 | 73 | 65 |
| Binary | 11001101 | 1000000 | 10001010 | 0 | 1000101 | 100001 | 10100 | 101001001 | 111011 | 110101 |
Color Harmonies of #CD408A
Complementary color
Monochromatic Colors of #CD408A
Black with #CD408A
Text Example
Text Example
White with #CD408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD408A; }
p { color: rgb(205,64,138); }
H1.HeaderClassName
{
color: #CD408A;
}
.AnyTagClassName
{
color: #CD408A;
}
</style>
background-color css
<style>
a { background-color: #CD408A; }
a { background-color: rgb(205,64,138); }
div.DivClassName
{
background-color: #CD408A;
}
.BgClassName
{
background-color: #CD408A;
}
</style>
border-color css
<style>
span { border-color: #CD408A; }
span { border-color: rgb(205,64,138); }
td.TdClassName
{
border-color: #CD408A;
}
.TagClassName
{
border-color: #CD408A;
}
</style>