Shades of Mulberry #D34488
Tints of Mulberry #D34488
RGB
CMYK
RGB Variations
Color information
#D34488 (or 0xD34488) is known color: Mulberry. HEX triplet: D3, 44 and 88. RGB value is (211,68,136). Sum of RGB (Red+Green+Blue) = 211+68+136=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D34488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34488 is #2CBB77. Grayscale: #767676. Windows color (decimal): -2931576 or 8930515. OLE color: 8930515.
HSL color Cylindrical-coordinate representation of color #D34488: hue angle of 331.47º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34488 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 136 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.17 |
| HSL | 331.47º | 0.62% | 0.55% | - |
| HSV(B) | 331.47º | 0.68% | 0.83% | - |
| XYZ | 33.38 | 19.76 | 25.35 | - |
| YUV | 118.51 | 137.88 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 136 | 0 | 0.68 | 0.36 | 0.17 | 331.47 | 0.62 | 0.55 |
| Hex | D3 | 44 | 88 | 0 | 44 | 24 | 11 | 14B | 3E | 37 |
| Octal | 323 | 104 | 210 | 0 | 104 | 44 | 21 | 513 | 76 | 67 |
| Binary | 11010011 | 1000100 | 10001000 | 0 | 1000100 | 100100 | 10001 | 101001011 | 111110 | 110111 |
Color Harmonies of #D34488
Complementary color
Monochromatic Colors of #D34488
Black with #D34488
Text Example
Text Example
White with #D34488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34488; }
p { color: rgb(211,68,136); }
H1.HeaderClassName
{
color: #D34488;
}
.AnyTagClassName
{
color: #D34488;
}
</style>
background-color css
<style>
a { background-color: #D34488; }
a { background-color: rgb(211,68,136); }
div.DivClassName
{
background-color: #D34488;
}
.BgClassName
{
background-color: #D34488;
}
</style>
border-color css
<style>
span { border-color: #D34488; }
span { border-color: rgb(211,68,136); }
td.TdClassName
{
border-color: #D34488;
}
.TagClassName
{
border-color: #D34488;
}
</style>