Shades of Mulberry #CD4088
Tints of Mulberry #CD4088
RGB
CMYK
RGB Variations
Color information
#CD4088 (or 0xCD4088) is known color: Mulberry. HEX triplet: CD, 40 and 88. RGB value is (205,64,136). Sum of RGB (Red+Green+Blue) = 205+64+136=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4088 is #32BF77. Grayscale: #727272. Windows color (decimal): -3325816 or 8929485. OLE color: 8929485.
HSL color Cylindrical-coordinate representation of color #CD4088: hue angle of 329.36º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD4088 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 136 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.20 |
| HSL | 329.36º | 0.59% | 0.53% | - |
| HSV(B) | 329.36º | 0.69% | 0.8% | - |
| XYZ | 31.45 | 18.42 | 25.19 | - |
| YUV | 114.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 136 | 0 | 0.69 | 0.34 | 0.20 | 329.36 | 0.59 | 0.53 |
| Hex | CD | 40 | 88 | 0 | 45 | 22 | 14 | 149 | 3B | 35 |
| Octal | 315 | 100 | 210 | 0 | 105 | 42 | 24 | 511 | 73 | 65 |
| Binary | 11001101 | 1000000 | 10001000 | 0 | 1000101 | 100010 | 10100 | 101001001 | 111011 | 110101 |
Color Harmonies of #CD4088
Complementary color
Monochromatic Colors of #CD4088
Black with #CD4088
Text Example
Text Example
White with #CD4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4088; }
p { color: rgb(205,64,136); }
H1.HeaderClassName
{
color: #CD4088;
}
.AnyTagClassName
{
color: #CD4088;
}
</style>
background-color css
<style>
a { background-color: #CD4088; }
a { background-color: rgb(205,64,136); }
div.DivClassName
{
background-color: #CD4088;
}
.BgClassName
{
background-color: #CD4088;
}
</style>
border-color css
<style>
span { border-color: #CD4088; }
span { border-color: rgb(205,64,136); }
td.TdClassName
{
border-color: #CD4088;
}
.TagClassName
{
border-color: #CD4088;
}
</style>