Shades of Mulberry #D15592
Tints of Mulberry #D15592
RGB
CMYK
RGB Variations
Color information
#D15592 (or 0xD15592) is known color: Mulberry. HEX triplet: D1, 55 and 92. RGB value is (209,85,146). Sum of RGB (Red+Green+Blue) = 209+85+146=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D15592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15592 is #2EAA6D. Grayscale: #808080. Windows color (decimal): -3058286 or 9590225. OLE color: 9590225.
HSL color Cylindrical-coordinate representation of color #D15592: hue angle of 330.48º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15592 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 146 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.18 |
| HSL | 330.48º | 0.57% | 0.58% | - |
| HSV(B) | 330.48º | 0.59% | 0.82% | - |
| XYZ | 34.73 | 22.13 | 29.63 | - |
| YUV | 129.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 146 | 0 | 0.59 | 0.30 | 0.18 | 330.48 | 0.57 | 0.58 |
| Hex | D1 | 55 | 92 | 0 | 3B | 1E | 12 | 14A | 39 | 3A |
| Octal | 321 | 125 | 222 | 0 | 73 | 36 | 22 | 512 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10010010 | 0 | 111011 | 11110 | 10010 | 101001010 | 111001 | 111010 |
Color Harmonies of #D15592
Complementary color
Monochromatic Colors of #D15592
Black with #D15592
Text Example
Text Example
White with #D15592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15592; }
p { color: rgb(209,85,146); }
H1.HeaderClassName
{
color: #D15592;
}
.AnyTagClassName
{
color: #D15592;
}
</style>
background-color css
<style>
a { background-color: #D15592; }
a { background-color: rgb(209,85,146); }
div.DivClassName
{
background-color: #D15592;
}
.BgClassName
{
background-color: #D15592;
}
</style>
border-color css
<style>
span { border-color: #D15592; }
span { border-color: rgb(209,85,146); }
td.TdClassName
{
border-color: #D15592;
}
.TagClassName
{
border-color: #D15592;
}
</style>