Shades of Mulberry #D85290
Tints of Mulberry #D85290
RGB
CMYK
RGB Variations
Color information
#D85290 (or 0xD85290) is known color: Mulberry. HEX triplet: D8, 52 and 90. RGB value is (216,82,144). Sum of RGB (Red+Green+Blue) = 216+82+144=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D85290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85290 is #27AD6F. Grayscale: #818181. Windows color (decimal): -2600304 or 9458392. OLE color: 9458392.
HSL color Cylindrical-coordinate representation of color #D85290: hue angle of 332.24º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85290 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 144 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.15 |
| HSL | 332.24º | 0.63% | 0.58% | - |
| HSV(B) | 332.24º | 0.62% | 0.85% | - |
| XYZ | 36.37 | 22.65 | 28.84 | - |
| YUV | 129.13 | 136.39 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 144 | 0 | 0.62 | 0.33 | 0.15 | 332.24 | 0.63 | 0.58 |
| Hex | D8 | 52 | 90 | 0 | 3E | 21 | F | 14C | 3F | 3A |
| Octal | 330 | 122 | 220 | 0 | 76 | 41 | 17 | 514 | 77 | 72 |
| Binary | 11011000 | 1010010 | 10010000 | 0 | 111110 | 100001 | 1111 | 101001100 | 111111 | 111010 |
Color Harmonies of #D85290
Complementary color
Monochromatic Colors of #D85290
Black with #D85290
Text Example
Text Example
White with #D85290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85290; }
p { color: rgb(216,82,144); }
H1.HeaderClassName
{
color: #D85290;
}
.AnyTagClassName
{
color: #D85290;
}
</style>
background-color css
<style>
a { background-color: #D85290; }
a { background-color: rgb(216,82,144); }
div.DivClassName
{
background-color: #D85290;
}
.BgClassName
{
background-color: #D85290;
}
</style>
border-color css
<style>
span { border-color: #D85290; }
span { border-color: rgb(216,82,144); }
td.TdClassName
{
border-color: #D85290;
}
.TagClassName
{
border-color: #D85290;
}
</style>