Shades of Mulberry #CD3E89
Tints of Mulberry #CD3E89
RGB
CMYK
RGB Variations
Color information
#CD3E89 (or 0xCD3E89) is known color: Mulberry. HEX triplet: CD, 3E and 89. RGB value is (205,62,137). Sum of RGB (Red+Green+Blue) = 205+62+137=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3E89 is #32C176. Grayscale: #717171. Windows color (decimal): -3326327 or 8994509. OLE color: 8994509.
HSL color Cylindrical-coordinate representation of color #CD3E89: hue angle of 328.53º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3E89 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 62 | 137 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.20 |
| HSL | 328.53º | 0.59% | 0.52% | - |
| HSV(B) | 328.53º | 0.7% | 0.8% | - |
| XYZ | 31.41 | 18.23 | 25.53 | - |
| YUV | 113.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 62 | 137 | 0 | 0.70 | 0.33 | 0.20 | 328.53 | 0.59 | 0.52 |
| Hex | CD | 3E | 89 | 0 | 46 | 21 | 14 | 149 | 3B | 34 |
| Octal | 315 | 76 | 211 | 0 | 106 | 41 | 24 | 511 | 73 | 64 |
| Binary | 11001101 | 111110 | 10001001 | 0 | 1000110 | 100001 | 10100 | 101001001 | 111011 | 110100 |
Color Harmonies of #CD3E89
Complementary color
Monochromatic Colors of #CD3E89
Black with #CD3E89
Text Example
Text Example
White with #CD3E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3E89; }
p { color: rgb(205,62,137); }
H1.HeaderClassName
{
color: #CD3E89;
}
.AnyTagClassName
{
color: #CD3E89;
}
</style>
background-color css
<style>
a { background-color: #CD3E89; }
a { background-color: rgb(205,62,137); }
div.DivClassName
{
background-color: #CD3E89;
}
.BgClassName
{
background-color: #CD3E89;
}
</style>
border-color css
<style>
span { border-color: #CD3E89; }
span { border-color: rgb(205,62,137); }
td.TdClassName
{
border-color: #CD3E89;
}
.TagClassName
{
border-color: #CD3E89;
}
</style>