Shades of Mulberry #D95092
Tints of Mulberry #D95092
RGB
CMYK
RGB Variations
Color information
#D95092 (or 0xD95092) is known color: Mulberry. HEX triplet: D9, 50 and 92. RGB value is (217,80,146). Sum of RGB (Red+Green+Blue) = 217+80+146=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D95092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95092 is #26AF6D. Grayscale: #808080. Windows color (decimal): -2535278 or 9588953. OLE color: 9588953.
HSL color Cylindrical-coordinate representation of color #D95092: hue angle of 331.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95092 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 146 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.15 |
| HSL | 331.09º | 0.64% | 0.58% | - |
| HSV(B) | 331.09º | 0.63% | 0.85% | - |
| XYZ | 36.67 | 22.56 | 29.62 | - |
| YUV | 128.49 | 137.89 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 146 | 0 | 0.63 | 0.33 | 0.15 | 331.09 | 0.64 | 0.58 |
| Hex | D9 | 50 | 92 | 0 | 3F | 21 | F | 14B | 40 | 3A |
| Octal | 331 | 120 | 222 | 0 | 77 | 41 | 17 | 513 | 100 | 72 |
| Binary | 11011001 | 1010000 | 10010010 | 0 | 111111 | 100001 | 1111 | 101001011 | 1000000 | 111010 |
Color Harmonies of #D95092
Complementary color
Monochromatic Colors of #D95092
Black with #D95092
Text Example
Text Example
White with #D95092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95092; }
p { color: rgb(217,80,146); }
H1.HeaderClassName
{
color: #D95092;
}
.AnyTagClassName
{
color: #D95092;
}
</style>
background-color css
<style>
a { background-color: #D95092; }
a { background-color: rgb(217,80,146); }
div.DivClassName
{
background-color: #D95092;
}
.BgClassName
{
background-color: #D95092;
}
</style>
border-color css
<style>
span { border-color: #D95092; }
span { border-color: rgb(217,80,146); }
td.TdClassName
{
border-color: #D95092;
}
.TagClassName
{
border-color: #D95092;
}
</style>