Shades of Mulberry #CD3E90
Tints of Mulberry #CD3E90
RGB
CMYK
RGB Variations
Color information
#CD3E90 (or 0xCD3E90) is known color: Mulberry. HEX triplet: CD, 3E and 90. RGB value is (205,62,144). Sum of RGB (Red+Green+Blue) = 205+62+144=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3E90 is #32C16F. Grayscale: #717171. Windows color (decimal): -3326320 or 9453261. OLE color: 9453261.
HSL color Cylindrical-coordinate representation of color #CD3E90: hue angle of 325.59º 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 #CD3E90 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 62 | 144 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.20 |
| HSL | 325.59º | 0.59% | 0.52% | - |
| HSV(B) | 325.59º | 0.7% | 0.8% | - |
| XYZ | 31.93 | 18.44 | 28.26 | - |
| YUV | 114.11 | 144.88 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 62 | 144 | 0 | 0.70 | 0.30 | 0.20 | 325.59 | 0.59 | 0.52 |
| Hex | CD | 3E | 90 | 0 | 46 | 1E | 14 | 146 | 3B | 34 |
| Octal | 315 | 76 | 220 | 0 | 106 | 36 | 24 | 506 | 73 | 64 |
| Binary | 11001101 | 111110 | 10010000 | 0 | 1000110 | 11110 | 10100 | 101000110 | 111011 | 110100 |
Color Harmonies of #CD3E90
Complementary color
Monochromatic Colors of #CD3E90
Black with #CD3E90
Text Example
Text Example
White with #CD3E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3E90; }
p { color: rgb(205,62,144); }
H1.HeaderClassName
{
color: #CD3E90;
}
.AnyTagClassName
{
color: #CD3E90;
}
</style>
background-color css
<style>
a { background-color: #CD3E90; }
a { background-color: rgb(205,62,144); }
div.DivClassName
{
background-color: #CD3E90;
}
.BgClassName
{
background-color: #CD3E90;
}
</style>
border-color css
<style>
span { border-color: #CD3E90; }
span { border-color: rgb(205,62,144); }
td.TdClassName
{
border-color: #CD3E90;
}
.TagClassName
{
border-color: #CD3E90;
}
</style>