Shades of Mulberry #D34694
Tints of Mulberry #D34694
RGB
CMYK
RGB Variations
Color information
#D34694 (or 0xD34694) is known color: Mulberry. HEX triplet: D3, 46 and 94. RGB value is (211,70,148). Sum of RGB (Red+Green+Blue) = 211+70+148=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D34694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34694 is #2CB96B. Grayscale: #787878. Windows color (decimal): -2931052 or 9717459. OLE color: 9717459.
HSL color Cylindrical-coordinate representation of color #D34694: hue angle of 326.81º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34694 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 148 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.17 |
| HSL | 326.81º | 0.62% | 0.55% | - |
| HSV(B) | 326.81º | 0.67% | 0.83% | - |
| XYZ | 34.4 | 20.37 | 30.14 | - |
| YUV | 121.05 | 143.21 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 148 | 0 | 0.67 | 0.30 | 0.17 | 326.81 | 0.62 | 0.55 |
| Hex | D3 | 46 | 94 | 0 | 43 | 1E | 11 | 147 | 3E | 37 |
| Octal | 323 | 106 | 224 | 0 | 103 | 36 | 21 | 507 | 76 | 67 |
| Binary | 11010011 | 1000110 | 10010100 | 0 | 1000011 | 11110 | 10001 | 101000111 | 111110 | 110111 |
Color Harmonies of #D34694
Complementary color
Monochromatic Colors of #D34694
Black with #D34694
Text Example
Text Example
White with #D34694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34694; }
p { color: rgb(211,70,148); }
H1.HeaderClassName
{
color: #D34694;
}
.AnyTagClassName
{
color: #D34694;
}
</style>
background-color css
<style>
a { background-color: #D34694; }
a { background-color: rgb(211,70,148); }
div.DivClassName
{
background-color: #D34694;
}
.BgClassName
{
background-color: #D34694;
}
</style>
border-color css
<style>
span { border-color: #D34694; }
span { border-color: rgb(211,70,148); }
td.TdClassName
{
border-color: #D34694;
}
.TagClassName
{
border-color: #D34694;
}
</style>