Shades of Mulberry #CD498D
Tints of Mulberry #CD498D
RGB
CMYK
RGB Variations
Color information
#CD498D (or 0xCD498D) is known color: Mulberry. HEX triplet: CD, 49 and 8D. RGB value is (205,73,141). Sum of RGB (Red+Green+Blue) = 205+73+141=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD498D is #32B672. Grayscale: #787878. Windows color (decimal): -3323507 or 9259469. OLE color: 9259469.
HSL color Cylindrical-coordinate representation of color #CD498D: hue angle of 329.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD498D is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 141 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.20 |
| HSL | 329.09º | 0.57% | 0.55% | - |
| HSV(B) | 329.09º | 0.64% | 0.8% | - |
| XYZ | 32.37 | 19.67 | 27.29 | - |
| YUV | 120.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 141 | 0 | 0.64 | 0.31 | 0.20 | 329.09 | 0.57 | 0.55 |
| Hex | CD | 49 | 8D | 0 | 40 | 1F | 14 | 149 | 39 | 37 |
| Octal | 315 | 111 | 215 | 0 | 100 | 37 | 24 | 511 | 71 | 67 |
| Binary | 11001101 | 1001001 | 10001101 | 0 | 1000000 | 11111 | 10100 | 101001001 | 111001 | 110111 |
Color Harmonies of #CD498D
Complementary color
Monochromatic Colors of #CD498D
Black with #CD498D
Text Example
Text Example
White with #CD498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD498D; }
p { color: rgb(205,73,141); }
H1.HeaderClassName
{
color: #CD498D;
}
.AnyTagClassName
{
color: #CD498D;
}
</style>
background-color css
<style>
a { background-color: #CD498D; }
a { background-color: rgb(205,73,141); }
div.DivClassName
{
background-color: #CD498D;
}
.BgClassName
{
background-color: #CD498D;
}
</style>
border-color css
<style>
span { border-color: #CD498D; }
span { border-color: rgb(205,73,141); }
td.TdClassName
{
border-color: #CD498D;
}
.TagClassName
{
border-color: #CD498D;
}
</style>