Shades of Mulberry #CD528E
Tints of Mulberry #CD528E
RGB
CMYK
RGB Variations
Color information
#CD528E (or 0xCD528E) is known color: Mulberry. HEX triplet: CD, 52 and 8E. RGB value is (205,82,142). Sum of RGB (Red+Green+Blue) = 205+82+142=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD528E is #32AD71. Grayscale: #7D7D7D. Windows color (decimal): -3321202 or 9327309. OLE color: 9327309.
HSL color Cylindrical-coordinate representation of color #CD528E: hue angle of 330.73º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD528E is Cyan = 0, Magento = 0.6, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 82 | 142 | - |
| CMYK | 0 | 0.6 | 0.31 | 0.20 |
| HSL | 330.73º | 0.55% | 0.56% | - |
| HSV(B) | 330.73º | 0.6% | 0.8% | - |
| XYZ | 33.08 | 20.97 | 27.89 | - |
| YUV | 125.62 | 137.25 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 82 | 142 | 0 | 0.6 | 0.31 | 0.20 | 330.73 | 0.55 | 0.56 |
| Hex | CD | 52 | 8E | 0 | 3C | 1F | 14 | 14B | 37 | 38 |
| Octal | 315 | 122 | 216 | 0 | 74 | 37 | 24 | 513 | 67 | 70 |
| Binary | 11001101 | 1010010 | 10001110 | 0 | 111100 | 11111 | 10100 | 101001011 | 110111 | 111000 |
Color Harmonies of #CD528E
Complementary color
Monochromatic Colors of #CD528E
Black with #CD528E
Text Example
Text Example
White with #CD528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD528E; }
p { color: rgb(205,82,142); }
H1.HeaderClassName
{
color: #CD528E;
}
.AnyTagClassName
{
color: #CD528E;
}
</style>
background-color css
<style>
a { background-color: #CD528E; }
a { background-color: rgb(205,82,142); }
div.DivClassName
{
background-color: #CD528E;
}
.BgClassName
{
background-color: #CD528E;
}
</style>
border-color css
<style>
span { border-color: #CD528E; }
span { border-color: rgb(205,82,142); }
td.TdClassName
{
border-color: #CD528E;
}
.TagClassName
{
border-color: #CD528E;
}
</style>