Shades of Mulberry #CD518F
Tints of Mulberry #CD518F
RGB
CMYK
RGB Variations
Color information
#CD518F (or 0xCD518F) is known color: Mulberry. HEX triplet: CD, 51 and 8F. RGB value is (205,81,143). Sum of RGB (Red+Green+Blue) = 205+81+143=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD518F is #32AE70. Grayscale: #7D7D7D. Windows color (decimal): -3321457 or 9392589. OLE color: 9392589.
HSL color Cylindrical-coordinate representation of color #CD518F: hue angle of 330º 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 #CD518F is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 81 | 143 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.20 |
| HSL | 330º | 0.55% | 0.56% | - |
| HSV(B) | 330º | 0.6% | 0.8% | - |
| XYZ | 33.08 | 20.85 | 28.27 | - |
| YUV | 125.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 81 | 143 | 0 | 0.60 | 0.30 | 0.20 | 330 | 0.55 | 0.56 |
| Hex | CD | 51 | 8F | 0 | 3C | 1E | 14 | 14A | 37 | 38 |
| Octal | 315 | 121 | 217 | 0 | 74 | 36 | 24 | 512 | 67 | 70 |
| Binary | 11001101 | 1010001 | 10001111 | 0 | 111100 | 11110 | 10100 | 101001010 | 110111 | 111000 |
Color Harmonies of #CD518F
Complementary color
Monochromatic Colors of #CD518F
Black with #CD518F
Text Example
Text Example
White with #CD518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD518F; }
p { color: rgb(205,81,143); }
H1.HeaderClassName
{
color: #CD518F;
}
.AnyTagClassName
{
color: #CD518F;
}
</style>
background-color css
<style>
a { background-color: #CD518F; }
a { background-color: rgb(205,81,143); }
div.DivClassName
{
background-color: #CD518F;
}
.BgClassName
{
background-color: #CD518F;
}
</style>
border-color css
<style>
span { border-color: #CD518F; }
span { border-color: rgb(205,81,143); }
td.TdClassName
{
border-color: #CD518F;
}
.TagClassName
{
border-color: #CD518F;
}
</style>