Shades of Mulberry #CD4D90
Tints of Mulberry #CD4D90
RGB
CMYK
RGB Variations
Color information
#CD4D90 (or 0xCD4D90) is known color: Mulberry. HEX triplet: CD, 4D and 90. RGB value is (205,77,144). Sum of RGB (Red+Green+Blue) = 205+77+144=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4D90 is #32B26F. Grayscale: #7A7A7A. Windows color (decimal): -3322480 or 9457101. OLE color: 9457101.
HSL color Cylindrical-coordinate representation of color #CD4D90: hue angle of 328.59º 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 #CD4D90 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 144 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.20 |
| HSL | 328.59º | 0.56% | 0.55% | - |
| HSV(B) | 328.59º | 0.62% | 0.8% | - |
| XYZ | 32.86 | 20.3 | 28.57 | - |
| YUV | 122.91 | 139.91 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 144 | 0 | 0.62 | 0.30 | 0.20 | 328.59 | 0.56 | 0.55 |
| Hex | CD | 4D | 90 | 0 | 3E | 1E | 14 | 149 | 38 | 37 |
| Octal | 315 | 115 | 220 | 0 | 76 | 36 | 24 | 511 | 70 | 67 |
| Binary | 11001101 | 1001101 | 10010000 | 0 | 111110 | 11110 | 10100 | 101001001 | 111000 | 110111 |
Color Harmonies of #CD4D90
Complementary color
Monochromatic Colors of #CD4D90
Black with #CD4D90
Text Example
Text Example
White with #CD4D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D90; }
p { color: rgb(205,77,144); }
H1.HeaderClassName
{
color: #CD4D90;
}
.AnyTagClassName
{
color: #CD4D90;
}
</style>
background-color css
<style>
a { background-color: #CD4D90; }
a { background-color: rgb(205,77,144); }
div.DivClassName
{
background-color: #CD4D90;
}
.BgClassName
{
background-color: #CD4D90;
}
</style>
border-color css
<style>
span { border-color: #CD4D90; }
span { border-color: rgb(205,77,144); }
td.TdClassName
{
border-color: #CD4D90;
}
.TagClassName
{
border-color: #CD4D90;
}
</style>