Shades of Mulberry #CD4490
Tints of Mulberry #CD4490
RGB
CMYK
RGB Variations
Color information
#CD4490 (or 0xCD4490) is known color: Mulberry. HEX triplet: CD, 44 and 90. RGB value is (205,68,144). Sum of RGB (Red+Green+Blue) = 205+68+144=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4490 is #32BB6F. Grayscale: #757575. Windows color (decimal): -3324784 or 9454797. OLE color: 9454797.
HSL color Cylindrical-coordinate representation of color #CD4490: hue angle of 326.72º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD4490 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 144 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.20 |
| HSL | 326.72º | 0.58% | 0.54% | - |
| HSV(B) | 326.72º | 0.67% | 0.8% | - |
| XYZ | 32.28 | 19.13 | 28.38 | - |
| YUV | 117.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 144 | 0 | 0.67 | 0.30 | 0.20 | 326.72 | 0.58 | 0.54 |
| Hex | CD | 44 | 90 | 0 | 43 | 1E | 14 | 147 | 3A | 36 |
| Octal | 315 | 104 | 220 | 0 | 103 | 36 | 24 | 507 | 72 | 66 |
| Binary | 11001101 | 1000100 | 10010000 | 0 | 1000011 | 11110 | 10100 | 101000111 | 111010 | 110110 |
Color Harmonies of #CD4490
Complementary color
Monochromatic Colors of #CD4490
Black with #CD4490
Text Example
Text Example
White with #CD4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4490; }
p { color: rgb(205,68,144); }
H1.HeaderClassName
{
color: #CD4490;
}
.AnyTagClassName
{
color: #CD4490;
}
</style>
background-color css
<style>
a { background-color: #CD4490; }
a { background-color: rgb(205,68,144); }
div.DivClassName
{
background-color: #CD4490;
}
.BgClassName
{
background-color: #CD4490;
}
</style>
border-color css
<style>
span { border-color: #CD4490; }
span { border-color: rgb(205,68,144); }
td.TdClassName
{
border-color: #CD4490;
}
.TagClassName
{
border-color: #CD4490;
}
</style>