Shades of Mulberry #CD4188
Tints of Mulberry #CD4188
RGB
CMYK
RGB Variations
Color information
#CD4188 (or 0xCD4188) is known color: Mulberry. HEX triplet: CD, 41 and 88. RGB value is (205,65,136). Sum of RGB (Red+Green+Blue) = 205+65+136=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4188 is #32BE77. Grayscale: #727272. Windows color (decimal): -3325560 or 8929741. OLE color: 8929741.
HSL color Cylindrical-coordinate representation of color #CD4188: hue angle of 329.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4188 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 136 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.20 |
| HSL | 329.57º | 0.58% | 0.53% | - |
| HSV(B) | 329.57º | 0.68% | 0.8% | - |
| XYZ | 31.51 | 18.54 | 25.21 | - |
| YUV | 114.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 136 | 0 | 0.68 | 0.34 | 0.20 | 329.57 | 0.58 | 0.53 |
| Hex | CD | 41 | 88 | 0 | 44 | 22 | 14 | 14A | 3A | 35 |
| Octal | 315 | 101 | 210 | 0 | 104 | 42 | 24 | 512 | 72 | 65 |
| Binary | 11001101 | 1000001 | 10001000 | 0 | 1000100 | 100010 | 10100 | 101001010 | 111010 | 110101 |
Color Harmonies of #CD4188
Complementary color
Monochromatic Colors of #CD4188
Black with #CD4188
Text Example
Text Example
White with #CD4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4188; }
p { color: rgb(205,65,136); }
H1.HeaderClassName
{
color: #CD4188;
}
.AnyTagClassName
{
color: #CD4188;
}
</style>
background-color css
<style>
a { background-color: #CD4188; }
a { background-color: rgb(205,65,136); }
div.DivClassName
{
background-color: #CD4188;
}
.BgClassName
{
background-color: #CD4188;
}
</style>
border-color css
<style>
span { border-color: #CD4188; }
span { border-color: rgb(205,65,136); }
td.TdClassName
{
border-color: #CD4188;
}
.TagClassName
{
border-color: #CD4188;
}
</style>