Shades of Mulberry #CD4881
Tints of Mulberry #CD4881
RGB
CMYK
RGB Variations
Color information
#CD4881 (or 0xCD4881) is known color: Mulberry. HEX triplet: CD, 48 and 81. RGB value is (205,72,129). Sum of RGB (Red+Green+Blue) = 205+72+129=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4881 is #32B77E. Grayscale: #767676. Windows color (decimal): -3323775 or 8472781. OLE color: 8472781.
HSL color Cylindrical-coordinate representation of color #CD4881: hue angle of 334.29º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD4881 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 72 | 129 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.20 |
| HSL | 334.29º | 0.57% | 0.54% | - |
| HSV(B) | 334.29º | 0.65% | 0.8% | - |
| XYZ | 31.46 | 19.2 | 22.82 | - |
| YUV | 118.27 | 134.06 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 72 | 129 | 0 | 0.65 | 0.37 | 0.20 | 334.29 | 0.57 | 0.54 |
| Hex | CD | 48 | 81 | 0 | 41 | 25 | 14 | 14E | 39 | 36 |
| Octal | 315 | 110 | 201 | 0 | 101 | 45 | 24 | 516 | 71 | 66 |
| Binary | 11001101 | 1001000 | 10000001 | 0 | 1000001 | 100101 | 10100 | 101001110 | 111001 | 110110 |
Color Harmonies of #CD4881
Complementary color
Monochromatic Colors of #CD4881
Black with #CD4881
Text Example
Text Example
White with #CD4881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4881; }
p { color: rgb(205,72,129); }
H1.HeaderClassName
{
color: #CD4881;
}
.AnyTagClassName
{
color: #CD4881;
}
</style>
background-color css
<style>
a { background-color: #CD4881; }
a { background-color: rgb(205,72,129); }
div.DivClassName
{
background-color: #CD4881;
}
.BgClassName
{
background-color: #CD4881;
}
</style>
border-color css
<style>
span { border-color: #CD4881; }
span { border-color: rgb(205,72,129); }
td.TdClassName
{
border-color: #CD4881;
}
.TagClassName
{
border-color: #CD4881;
}
</style>