Shades of Mulberry #D94A92
Tints of Mulberry #D94A92
RGB
CMYK
RGB Variations
Color information
#D94A92 (or 0xD94A92) is known color: Mulberry. HEX triplet: D9, 4A and 92. RGB value is (217,74,146). Sum of RGB (Red+Green+Blue) = 217+74+146=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94A92 is #26B56D. Grayscale: #7C7C7C. Windows color (decimal): -2536814 or 9587417. OLE color: 9587417.
HSL color Cylindrical-coordinate representation of color #D94A92: hue angle of 329.79º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94A92 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 146 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.15 |
| HSL | 329.79º | 0.65% | 0.57% | - |
| HSV(B) | 329.79º | 0.66% | 0.85% | - |
| XYZ | 36.25 | 21.72 | 29.48 | - |
| YUV | 124.97 | 139.88 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 146 | 0 | 0.66 | 0.33 | 0.15 | 329.79 | 0.65 | 0.57 |
| Hex | D9 | 4A | 92 | 0 | 42 | 21 | F | 14A | 41 | 39 |
| Octal | 331 | 112 | 222 | 0 | 102 | 41 | 17 | 512 | 101 | 71 |
| Binary | 11011001 | 1001010 | 10010010 | 0 | 1000010 | 100001 | 1111 | 101001010 | 1000001 | 111001 |
Color Harmonies of #D94A92
Complementary color
Monochromatic Colors of #D94A92
Black with #D94A92
Text Example
Text Example
White with #D94A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94A92; }
p { color: rgb(217,74,146); }
H1.HeaderClassName
{
color: #D94A92;
}
.AnyTagClassName
{
color: #D94A92;
}
</style>
background-color css
<style>
a { background-color: #D94A92; }
a { background-color: rgb(217,74,146); }
div.DivClassName
{
background-color: #D94A92;
}
.BgClassName
{
background-color: #D94A92;
}
</style>
border-color css
<style>
span { border-color: #D94A92; }
span { border-color: rgb(217,74,146); }
td.TdClassName
{
border-color: #D94A92;
}
.TagClassName
{
border-color: #D94A92;
}
</style>