Shades of Mulberry #D85394
Tints of Mulberry #D85394
RGB
CMYK
RGB Variations
Color information
#D85394 (or 0xD85394) is known color: Mulberry. HEX triplet: D8, 53 and 94. RGB value is (216,83,148). Sum of RGB (Red+Green+Blue) = 216+83+148=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D85394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85394 is #27AC6B. Grayscale: #828282. Windows color (decimal): -2600044 or 9720792. OLE color: 9720792.
HSL color Cylindrical-coordinate representation of color #D85394: hue angle of 330.68º 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 #D85394 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 148 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.15 |
| HSL | 330.68º | 0.63% | 0.59% | - |
| HSV(B) | 330.68º | 0.62% | 0.85% | - |
| XYZ | 36.76 | 22.92 | 30.5 | - |
| YUV | 130.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 148 | 0 | 0.62 | 0.31 | 0.15 | 330.68 | 0.63 | 0.59 |
| Hex | D8 | 53 | 94 | 0 | 3E | 1F | F | 14B | 3F | 3B |
| Octal | 330 | 123 | 224 | 0 | 76 | 37 | 17 | 513 | 77 | 73 |
| Binary | 11011000 | 1010011 | 10010100 | 0 | 111110 | 11111 | 1111 | 101001011 | 111111 | 111011 |
Color Harmonies of #D85394
Complementary color
Monochromatic Colors of #D85394
Black with #D85394
Text Example
Text Example
White with #D85394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85394; }
p { color: rgb(216,83,148); }
H1.HeaderClassName
{
color: #D85394;
}
.AnyTagClassName
{
color: #D85394;
}
</style>
background-color css
<style>
a { background-color: #D85394; }
a { background-color: rgb(216,83,148); }
div.DivClassName
{
background-color: #D85394;
}
.BgClassName
{
background-color: #D85394;
}
</style>
border-color css
<style>
span { border-color: #D85394; }
span { border-color: rgb(216,83,148); }
td.TdClassName
{
border-color: #D85394;
}
.TagClassName
{
border-color: #D85394;
}
</style>