Shades of Mulberry #D85395
Tints of Mulberry #D85395
RGB
CMYK
RGB Variations
Color information
#D85395 (or 0xD85395) is known color: Mulberry. HEX triplet: D8, 53 and 95. RGB value is (216,83,149). Sum of RGB (Red+Green+Blue) = 216+83+149=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D85395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85395 is #27AC6A. Grayscale: #828282. Windows color (decimal): -2600043 or 9786328. OLE color: 9786328.
HSL color Cylindrical-coordinate representation of color #D85395: hue angle of 330.23º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85395 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 149 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.15 |
| HSL | 330.23º | 0.63% | 0.59% | - |
| HSV(B) | 330.23º | 0.62% | 0.85% | - |
| XYZ | 36.84 | 22.96 | 30.92 | - |
| YUV | 130.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 149 | 0 | 0.62 | 0.31 | 0.15 | 330.23 | 0.63 | 0.59 |
| Hex | D8 | 53 | 95 | 0 | 3E | 1F | F | 14A | 3F | 3B |
| Octal | 330 | 123 | 225 | 0 | 76 | 37 | 17 | 512 | 77 | 73 |
| Binary | 11011000 | 1010011 | 10010101 | 0 | 111110 | 11111 | 1111 | 101001010 | 111111 | 111011 |
Color Harmonies of #D85395
Complementary color
Monochromatic Colors of #D85395
Black with #D85395
Text Example
Text Example
White with #D85395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85395; }
p { color: rgb(216,83,149); }
H1.HeaderClassName
{
color: #D85395;
}
.AnyTagClassName
{
color: #D85395;
}
</style>
background-color css
<style>
a { background-color: #D85395; }
a { background-color: rgb(216,83,149); }
div.DivClassName
{
background-color: #D85395;
}
.BgClassName
{
background-color: #D85395;
}
</style>
border-color css
<style>
span { border-color: #D85395; }
span { border-color: rgb(216,83,149); }
td.TdClassName
{
border-color: #D85395;
}
.TagClassName
{
border-color: #D85395;
}
</style>