Shades of Mulberry #D35892
Tints of Mulberry #D35892
RGB
CMYK
RGB Variations
Color information
#D35892 (or 0xD35892) is known color: Mulberry. HEX triplet: D3, 58 and 92. RGB value is (211,88,146). Sum of RGB (Red+Green+Blue) = 211+88+146=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D35892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35892 is #2CA76D. Grayscale: #838383. Windows color (decimal): -2926446 or 9590995. OLE color: 9590995.
HSL color Cylindrical-coordinate representation of color #D35892: hue angle of 331.71º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35892 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 146 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.17 |
| HSL | 331.71º | 0.58% | 0.59% | - |
| HSV(B) | 331.71º | 0.58% | 0.83% | - |
| XYZ | 35.54 | 22.9 | 29.74 | - |
| YUV | 131.39 | 136.25 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 146 | 0 | 0.58 | 0.31 | 0.17 | 331.71 | 0.58 | 0.59 |
| Hex | D3 | 58 | 92 | 0 | 3A | 1F | 11 | 14C | 3A | 3B |
| Octal | 323 | 130 | 222 | 0 | 72 | 37 | 21 | 514 | 72 | 73 |
| Binary | 11010011 | 1011000 | 10010010 | 0 | 111010 | 11111 | 10001 | 101001100 | 111010 | 111011 |
Color Harmonies of #D35892
Complementary color
Monochromatic Colors of #D35892
Black with #D35892
Text Example
Text Example
White with #D35892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35892; }
p { color: rgb(211,88,146); }
H1.HeaderClassName
{
color: #D35892;
}
.AnyTagClassName
{
color: #D35892;
}
</style>
background-color css
<style>
a { background-color: #D35892; }
a { background-color: rgb(211,88,146); }
div.DivClassName
{
background-color: #D35892;
}
.BgClassName
{
background-color: #D35892;
}
</style>
border-color css
<style>
span { border-color: #D35892; }
span { border-color: rgb(211,88,146); }
td.TdClassName
{
border-color: #D35892;
}
.TagClassName
{
border-color: #D35892;
}
</style>