Shades of Mulberry #CD4D81
Tints of Mulberry #CD4D81
RGB
CMYK
RGB Variations
Color information
#CD4D81 (or 0xCD4D81) is known color: Mulberry. HEX triplet: CD, 4D and 81. RGB value is (205,77,129). Sum of RGB (Red+Green+Blue) = 205+77+129=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4D81 is #32B27E. Grayscale: #797979. Windows color (decimal): -3322495 or 8474061. OLE color: 8474061.
HSL color Cylindrical-coordinate representation of color #CD4D81: hue angle of 335.62º 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 #CD4D81 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 129 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.20 |
| HSL | 335.63º | 0.56% | 0.55% | - |
| HSV(B) | 335.63º | 0.62% | 0.8% | - |
| XYZ | 31.79 | 19.87 | 22.93 | - |
| YUV | 121.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 129 | 0 | 0.62 | 0.37 | 0.20 | 335.63 | 0.56 | 0.55 |
| Hex | CD | 4D | 81 | 0 | 3E | 25 | 14 | 150 | 38 | 37 |
| Octal | 315 | 115 | 201 | 0 | 76 | 45 | 24 | 520 | 70 | 67 |
| Binary | 11001101 | 1001101 | 10000001 | 0 | 111110 | 100101 | 10100 | 101010000 | 111000 | 110111 |
Color Harmonies of #CD4D81
Complementary color
Monochromatic Colors of #CD4D81
Black with #CD4D81
Text Example
Text Example
White with #CD4D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D81; }
p { color: rgb(205,77,129); }
H1.HeaderClassName
{
color: #CD4D81;
}
.AnyTagClassName
{
color: #CD4D81;
}
</style>
background-color css
<style>
a { background-color: #CD4D81; }
a { background-color: rgb(205,77,129); }
div.DivClassName
{
background-color: #CD4D81;
}
.BgClassName
{
background-color: #CD4D81;
}
</style>
border-color css
<style>
span { border-color: #CD4D81; }
span { border-color: rgb(205,77,129); }
td.TdClassName
{
border-color: #CD4D81;
}
.TagClassName
{
border-color: #CD4D81;
}
</style>