Shades of Mulberry #CD4D8C
Tints of Mulberry #CD4D8C
RGB
CMYK
RGB Variations
Color information
#CD4D8C (or 0xCD4D8C) is known color: Mulberry. HEX triplet: CD, 4D and 8C. RGB value is (205,77,140). Sum of RGB (Red+Green+Blue) = 205+77+140=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4D8C is #32B273. Grayscale: #7A7A7A. Windows color (decimal): -3322484 or 9194957. OLE color: 9194957.
HSL color Cylindrical-coordinate representation of color #CD4D8C: hue angle of 330.47º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4D8C is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 140 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.20 |
| HSL | 330.47º | 0.56% | 0.55% | - |
| HSV(B) | 330.47º | 0.62% | 0.8% | - |
| XYZ | 32.56 | 20.18 | 26.99 | - |
| YUV | 122.45 | 137.91 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 140 | 0 | 0.62 | 0.32 | 0.20 | 330.47 | 0.56 | 0.55 |
| Hex | CD | 4D | 8C | 0 | 3E | 20 | 14 | 14A | 38 | 37 |
| Octal | 315 | 115 | 214 | 0 | 76 | 40 | 24 | 512 | 70 | 67 |
| Binary | 11001101 | 1001101 | 10001100 | 0 | 111110 | 100000 | 10100 | 101001010 | 111000 | 110111 |
Color Harmonies of #CD4D8C
Complementary color
Monochromatic Colors of #CD4D8C
Black with #CD4D8C
Text Example
Text Example
White with #CD4D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D8C; }
p { color: rgb(205,77,140); }
H1.HeaderClassName
{
color: #CD4D8C;
}
.AnyTagClassName
{
color: #CD4D8C;
}
</style>
background-color css
<style>
a { background-color: #CD4D8C; }
a { background-color: rgb(205,77,140); }
div.DivClassName
{
background-color: #CD4D8C;
}
.BgClassName
{
background-color: #CD4D8C;
}
</style>
border-color css
<style>
span { border-color: #CD4D8C; }
span { border-color: rgb(205,77,140); }
td.TdClassName
{
border-color: #CD4D8C;
}
.TagClassName
{
border-color: #CD4D8C;
}
</style>