Shades of Mulberry #CD498B
Tints of Mulberry #CD498B
RGB
CMYK
RGB Variations
Color information
#CD498B (or 0xCD498B) is known color: Mulberry. HEX triplet: CD, 49 and 8B. RGB value is (205,73,139). Sum of RGB (Red+Green+Blue) = 205+73+139=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD498B is #32B674. Grayscale: #777777. Windows color (decimal): -3323509 or 9128397. OLE color: 9128397.
HSL color Cylindrical-coordinate representation of color #CD498B: hue angle of 330º 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 #CD498B is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 139 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.20 |
| HSL | 330º | 0.57% | 0.55% | - |
| HSV(B) | 330º | 0.64% | 0.8% | - |
| XYZ | 32.22 | 19.61 | 26.51 | - |
| YUV | 119.99 | 138.73 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 139 | 0 | 0.64 | 0.32 | 0.20 | 330 | 0.57 | 0.55 |
| Hex | CD | 49 | 8B | 0 | 40 | 20 | 14 | 14A | 39 | 37 |
| Octal | 315 | 111 | 213 | 0 | 100 | 40 | 24 | 512 | 71 | 67 |
| Binary | 11001101 | 1001001 | 10001011 | 0 | 1000000 | 100000 | 10100 | 101001010 | 111001 | 110111 |
Color Harmonies of #CD498B
Complementary color
Monochromatic Colors of #CD498B
Black with #CD498B
Text Example
Text Example
White with #CD498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD498B; }
p { color: rgb(205,73,139); }
H1.HeaderClassName
{
color: #CD498B;
}
.AnyTagClassName
{
color: #CD498B;
}
</style>
background-color css
<style>
a { background-color: #CD498B; }
a { background-color: rgb(205,73,139); }
div.DivClassName
{
background-color: #CD498B;
}
.BgClassName
{
background-color: #CD498B;
}
</style>
border-color css
<style>
span { border-color: #CD498B; }
span { border-color: rgb(205,73,139); }
td.TdClassName
{
border-color: #CD498B;
}
.TagClassName
{
border-color: #CD498B;
}
</style>