Shades of Mulberry #CD558E
Tints of Mulberry #CD558E
RGB
CMYK
RGB Variations
Color information
#CD558E (or 0xCD558E) is known color: Mulberry. HEX triplet: CD, 55 and 8E. RGB value is (205,85,142). Sum of RGB (Red+Green+Blue) = 205+85+142=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD558E is #32AA71. Grayscale: #7F7F7F. Windows color (decimal): -3320434 or 9328077. OLE color: 9328077.
HSL color Cylindrical-coordinate representation of color #CD558E: hue angle of 331.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD558E is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 85 | 142 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.20 |
| HSL | 331.5º | 0.55% | 0.57% | - |
| HSV(B) | 331.5º | 0.59% | 0.8% | - |
| XYZ | 33.31 | 21.43 | 27.97 | - |
| YUV | 127.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 85 | 142 | 0 | 0.59 | 0.31 | 0.20 | 331.5 | 0.55 | 0.57 |
| Hex | CD | 55 | 8E | 0 | 3B | 1F | 14 | 14C | 37 | 39 |
| Octal | 315 | 125 | 216 | 0 | 73 | 37 | 24 | 514 | 67 | 71 |
| Binary | 11001101 | 1010101 | 10001110 | 0 | 111011 | 11111 | 10100 | 101001100 | 110111 | 111001 |
Color Harmonies of #CD558E
Complementary color
Monochromatic Colors of #CD558E
Black with #CD558E
Text Example
Text Example
White with #CD558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD558E; }
p { color: rgb(205,85,142); }
H1.HeaderClassName
{
color: #CD558E;
}
.AnyTagClassName
{
color: #CD558E;
}
</style>
background-color css
<style>
a { background-color: #CD558E; }
a { background-color: rgb(205,85,142); }
div.DivClassName
{
background-color: #CD558E;
}
.BgClassName
{
background-color: #CD558E;
}
</style>
border-color css
<style>
span { border-color: #CD558E; }
span { border-color: rgb(205,85,142); }
td.TdClassName
{
border-color: #CD558E;
}
.TagClassName
{
border-color: #CD558E;
}
</style>