Shades of Mulberry #CD43A6
Tints of Mulberry #CD43A6
RGB
CMYK
RGB Variations
Color information
#CD43A6 (or 0xCD43A6) is known color: Mulberry. HEX triplet: CD, 43 and A6. RGB value is (205,67,166). Sum of RGB (Red+Green+Blue) = 205+67+166=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD43A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD43A6 is #32BC59. Grayscale: #777777. Windows color (decimal): -3325018 or 10896333. OLE color: 10896333.
HSL color Cylindrical-coordinate representation of color #CD43A6: hue angle of 316.96º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD43A6 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 67 | 166 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.20 |
| HSL | 316.96º | 0.58% | 0.53% | - |
| HSV(B) | 316.96º | 0.67% | 0.8% | - |
| XYZ | 34.07 | 19.75 | 38.09 | - |
| YUV | 119.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 67 | 166 | 0 | 0.67 | 0.19 | 0.20 | 316.96 | 0.58 | 0.53 |
| Hex | CD | 43 | A6 | 0 | 43 | 13 | 14 | 13D | 3A | 35 |
| Octal | 315 | 103 | 246 | 0 | 103 | 23 | 24 | 475 | 72 | 65 |
| Binary | 11001101 | 1000011 | 10100110 | 0 | 1000011 | 10011 | 10100 | 100111101 | 111010 | 110101 |
Color Harmonies of #CD43A6
Complementary color
Monochromatic Colors of #CD43A6
Black with #CD43A6
Text Example
Text Example
White with #CD43A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD43A6; }
p { color: rgb(205,67,166); }
H1.HeaderClassName
{
color: #CD43A6;
}
.AnyTagClassName
{
color: #CD43A6;
}
</style>
background-color css
<style>
a { background-color: #CD43A6; }
a { background-color: rgb(205,67,166); }
div.DivClassName
{
background-color: #CD43A6;
}
.BgClassName
{
background-color: #CD43A6;
}
</style>
border-color css
<style>
span { border-color: #CD43A6; }
span { border-color: rgb(205,67,166); }
td.TdClassName
{
border-color: #CD43A6;
}
.TagClassName
{
border-color: #CD43A6;
}
</style>