Shades of Mulberry #CD498A
Tints of Mulberry #CD498A
RGB
CMYK
RGB Variations
Color information
#CD498A (or 0xCD498A) is known color: Mulberry. HEX triplet: CD, 49 and 8A. RGB value is (205,73,138). Sum of RGB (Red+Green+Blue) = 205+73+138=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD498A is #32B675. Grayscale: #777777. Windows color (decimal): -3323510 or 9062861. OLE color: 9062861.
HSL color Cylindrical-coordinate representation of color #CD498A: hue angle of 330.45º 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 #CD498A is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 138 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.20 |
| HSL | 330.45º | 0.57% | 0.55% | - |
| HSV(B) | 330.45º | 0.64% | 0.8% | - |
| XYZ | 32.15 | 19.58 | 26.13 | - |
| YUV | 119.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 138 | 0 | 0.64 | 0.33 | 0.20 | 330.45 | 0.57 | 0.55 |
| Hex | CD | 49 | 8A | 0 | 40 | 21 | 14 | 14A | 39 | 37 |
| Octal | 315 | 111 | 212 | 0 | 100 | 41 | 24 | 512 | 71 | 67 |
| Binary | 11001101 | 1001001 | 10001010 | 0 | 1000000 | 100001 | 10100 | 101001010 | 111001 | 110111 |
Color Harmonies of #CD498A
Complementary color
Monochromatic Colors of #CD498A
Black with #CD498A
Text Example
Text Example
White with #CD498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD498A; }
p { color: rgb(205,73,138); }
H1.HeaderClassName
{
color: #CD498A;
}
.AnyTagClassName
{
color: #CD498A;
}
</style>
background-color css
<style>
a { background-color: #CD498A; }
a { background-color: rgb(205,73,138); }
div.DivClassName
{
background-color: #CD498A;
}
.BgClassName
{
background-color: #CD498A;
}
</style>
border-color css
<style>
span { border-color: #CD498A; }
span { border-color: rgb(205,73,138); }
td.TdClassName
{
border-color: #CD498A;
}
.TagClassName
{
border-color: #CD498A;
}
</style>