Shades of Mulberry #D94692
Tints of Mulberry #D94692
RGB
CMYK
RGB Variations
Color information
#D94692 (or 0xD94692) is known color: Mulberry. HEX triplet: D9, 46 and 92. RGB value is (217,70,146). Sum of RGB (Red+Green+Blue) = 217+70+146=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D94692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94692 is #26B96D. Grayscale: #7A7A7A. Windows color (decimal): -2537838 or 9586393. OLE color: 9586393.
HSL color Cylindrical-coordinate representation of color #D94692: hue angle of 328.98º 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 #D94692 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 146 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.15 |
| HSL | 328.98º | 0.66% | 0.56% | - |
| HSV(B) | 328.98º | 0.68% | 0.85% | - |
| XYZ | 35.99 | 21.21 | 29.39 | - |
| YUV | 122.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 146 | 0 | 0.68 | 0.33 | 0.15 | 328.98 | 0.66 | 0.56 |
| Hex | D9 | 46 | 92 | 0 | 44 | 21 | F | 149 | 42 | 38 |
| Octal | 331 | 106 | 222 | 0 | 104 | 41 | 17 | 511 | 102 | 70 |
| Binary | 11011001 | 1000110 | 10010010 | 0 | 1000100 | 100001 | 1111 | 101001001 | 1000010 | 111000 |
Color Harmonies of #D94692
Complementary color
Monochromatic Colors of #D94692
Black with #D94692
Text Example
Text Example
White with #D94692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94692; }
p { color: rgb(217,70,146); }
H1.HeaderClassName
{
color: #D94692;
}
.AnyTagClassName
{
color: #D94692;
}
</style>
background-color css
<style>
a { background-color: #D94692; }
a { background-color: rgb(217,70,146); }
div.DivClassName
{
background-color: #D94692;
}
.BgClassName
{
background-color: #D94692;
}
</style>
border-color css
<style>
span { border-color: #D94692; }
span { border-color: rgb(217,70,146); }
td.TdClassName
{
border-color: #D94692;
}
.TagClassName
{
border-color: #D94692;
}
</style>