Shades of Mulberry #D94592
Tints of Mulberry #D94592
RGB
CMYK
RGB Variations
Color information
#D94592 (or 0xD94592) is known color: Mulberry. HEX triplet: D9, 45 and 92. RGB value is (217,69,146). Sum of RGB (Red+Green+Blue) = 217+69+146=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D94592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94592 is #26BA6D. Grayscale: #797979. Windows color (decimal): -2538094 or 9586137. OLE color: 9586137.
HSL color Cylindrical-coordinate representation of color #D94592: hue angle of 328.78º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94592 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 146 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.15 |
| HSL | 328.78º | 0.66% | 0.56% | - |
| HSV(B) | 328.78º | 0.68% | 0.85% | - |
| XYZ | 35.93 | 21.08 | 29.37 | - |
| YUV | 122.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 146 | 0 | 0.68 | 0.33 | 0.15 | 328.78 | 0.66 | 0.56 |
| Hex | D9 | 45 | 92 | 0 | 44 | 21 | F | 149 | 42 | 38 |
| Octal | 331 | 105 | 222 | 0 | 104 | 41 | 17 | 511 | 102 | 70 |
| Binary | 11011001 | 1000101 | 10010010 | 0 | 1000100 | 100001 | 1111 | 101001001 | 1000010 | 111000 |
Color Harmonies of #D94592
Complementary color
Monochromatic Colors of #D94592
Black with #D94592
Text Example
Text Example
White with #D94592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94592; }
p { color: rgb(217,69,146); }
H1.HeaderClassName
{
color: #D94592;
}
.AnyTagClassName
{
color: #D94592;
}
</style>
background-color css
<style>
a { background-color: #D94592; }
a { background-color: rgb(217,69,146); }
div.DivClassName
{
background-color: #D94592;
}
.BgClassName
{
background-color: #D94592;
}
</style>
border-color css
<style>
span { border-color: #D94592; }
span { border-color: rgb(217,69,146); }
td.TdClassName
{
border-color: #D94592;
}
.TagClassName
{
border-color: #D94592;
}
</style>