Shades of Mulberry #CD4D86
Tints of Mulberry #CD4D86
RGB
CMYK
RGB Variations
Color information
#CD4D86 (or 0xCD4D86) is known color: Mulberry. HEX triplet: CD, 4D and 86. RGB value is (205,77,134). Sum of RGB (Red+Green+Blue) = 205+77+134=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4D86 is #32B279. Grayscale: #797979. Windows color (decimal): -3322490 or 8801741. OLE color: 8801741.
HSL color Cylindrical-coordinate representation of color #CD4D86: hue angle of 333.28º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4D86 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 134 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.20 |
| HSL | 333.28º | 0.56% | 0.55% | - |
| HSV(B) | 333.28º | 0.62% | 0.8% | - |
| XYZ | 32.13 | 20.01 | 24.72 | - |
| YUV | 121.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 134 | 0 | 0.62 | 0.35 | 0.20 | 333.28 | 0.56 | 0.55 |
| Hex | CD | 4D | 86 | 0 | 3E | 23 | 14 | 14D | 38 | 37 |
| Octal | 315 | 115 | 206 | 0 | 76 | 43 | 24 | 515 | 70 | 67 |
| Binary | 11001101 | 1001101 | 10000110 | 0 | 111110 | 100011 | 10100 | 101001101 | 111000 | 110111 |
Color Harmonies of #CD4D86
Complementary color
Monochromatic Colors of #CD4D86
Black with #CD4D86
Text Example
Text Example
White with #CD4D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D86; }
p { color: rgb(205,77,134); }
H1.HeaderClassName
{
color: #CD4D86;
}
.AnyTagClassName
{
color: #CD4D86;
}
</style>
background-color css
<style>
a { background-color: #CD4D86; }
a { background-color: rgb(205,77,134); }
div.DivClassName
{
background-color: #CD4D86;
}
.BgClassName
{
background-color: #CD4D86;
}
</style>
border-color css
<style>
span { border-color: #CD4D86; }
span { border-color: rgb(205,77,134); }
td.TdClassName
{
border-color: #CD4D86;
}
.TagClassName
{
border-color: #CD4D86;
}
</style>