Shades of Mulberry #CD4D8A
Tints of Mulberry #CD4D8A
RGB
CMYK
RGB Variations
Color information
#CD4D8A (or 0xCD4D8A) is known color: Mulberry. HEX triplet: CD, 4D and 8A. RGB value is (205,77,138). Sum of RGB (Red+Green+Blue) = 205+77+138=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4D8A is #32B275. Grayscale: #7A7A7A. Windows color (decimal): -3322486 or 9063885. OLE color: 9063885.
HSL color Cylindrical-coordinate representation of color #CD4D8A: hue angle of 331.41º 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 #CD4D8A is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 138 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.20 |
| HSL | 331.41º | 0.56% | 0.55% | - |
| HSV(B) | 331.41º | 0.62% | 0.8% | - |
| XYZ | 32.42 | 20.12 | 26.22 | - |
| YUV | 122.23 | 136.91 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 138 | 0 | 0.62 | 0.33 | 0.20 | 331.41 | 0.56 | 0.55 |
| Hex | CD | 4D | 8A | 0 | 3E | 21 | 14 | 14B | 38 | 37 |
| Octal | 315 | 115 | 212 | 0 | 76 | 41 | 24 | 513 | 70 | 67 |
| Binary | 11001101 | 1001101 | 10001010 | 0 | 111110 | 100001 | 10100 | 101001011 | 111000 | 110111 |
Color Harmonies of #CD4D8A
Complementary color
Monochromatic Colors of #CD4D8A
Black with #CD4D8A
Text Example
Text Example
White with #CD4D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D8A; }
p { color: rgb(205,77,138); }
H1.HeaderClassName
{
color: #CD4D8A;
}
.AnyTagClassName
{
color: #CD4D8A;
}
</style>
background-color css
<style>
a { background-color: #CD4D8A; }
a { background-color: rgb(205,77,138); }
div.DivClassName
{
background-color: #CD4D8A;
}
.BgClassName
{
background-color: #CD4D8A;
}
</style>
border-color css
<style>
span { border-color: #CD4D8A; }
span { border-color: rgb(205,77,138); }
td.TdClassName
{
border-color: #CD4D8A;
}
.TagClassName
{
border-color: #CD4D8A;
}
</style>