Shades of Mulberry #C85D9D
Tints of Mulberry #C85D9D
RGB
CMYK
RGB Variations
Color information
#C85D9D (or 0xC85D9D) is known color: Mulberry. HEX triplet: C8, 5D and 9D. RGB value is (200,93,157). Sum of RGB (Red+Green+Blue) = 200+93+157=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D9D is #37A262. Grayscale: #848484. Windows color (decimal): -3646051 or 10313160. OLE color: 10313160.
HSL color Cylindrical-coordinate representation of color #C85D9D: hue angle of 324.11º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85D9D is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 157 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.22 |
| HSL | 324.11º | 0.49% | 0.57% | - |
| HSV(B) | 324.11º | 0.54% | 0.78% | - |
| XYZ | 33.82 | 22.54 | 34.47 | - |
| YUV | 132.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 157 | 0 | 0.54 | 0.22 | 0.22 | 324.11 | 0.49 | 0.57 |
| Hex | C8 | 5D | 9D | 0 | 36 | 16 | 16 | 144 | 31 | 39 |
| Octal | 310 | 135 | 235 | 0 | 66 | 26 | 26 | 504 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10011101 | 0 | 110110 | 10110 | 10110 | 101000100 | 110001 | 111001 |
Color Harmonies of #C85D9D
Complementary color
Monochromatic Colors of #C85D9D
Black with #C85D9D
Text Example
Text Example
White with #C85D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D9D; }
p { color: rgb(200,93,157); }
H1.HeaderClassName
{
color: #C85D9D;
}
.AnyTagClassName
{
color: #C85D9D;
}
</style>
background-color css
<style>
a { background-color: #C85D9D; }
a { background-color: rgb(200,93,157); }
div.DivClassName
{
background-color: #C85D9D;
}
.BgClassName
{
background-color: #C85D9D;
}
</style>
border-color css
<style>
span { border-color: #C85D9D; }
span { border-color: rgb(200,93,157); }
td.TdClassName
{
border-color: #C85D9D;
}
.TagClassName
{
border-color: #C85D9D;
}
</style>