Shades of Mulberry #D34493
Tints of Mulberry #D34493
RGB
CMYK
RGB Variations
Color information
#D34493 (or 0xD34493) is known color: Mulberry. HEX triplet: D3, 44 and 93. RGB value is (211,68,147). Sum of RGB (Red+Green+Blue) = 211+68+147=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D34493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34493 is #2CBB6C. Grayscale: #777777. Windows color (decimal): -2931565 or 9651411. OLE color: 9651411.
HSL color Cylindrical-coordinate representation of color #D34493: hue angle of 326.85º 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 #D34493 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 147 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.17 |
| HSL | 326.85º | 0.62% | 0.55% | - |
| HSV(B) | 326.85º | 0.68% | 0.83% | - |
| XYZ | 34.2 | 20.09 | 29.68 | - |
| YUV | 119.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 147 | 0 | 0.68 | 0.30 | 0.17 | 326.85 | 0.62 | 0.55 |
| Hex | D3 | 44 | 93 | 0 | 44 | 1E | 11 | 147 | 3E | 37 |
| Octal | 323 | 104 | 223 | 0 | 104 | 36 | 21 | 507 | 76 | 67 |
| Binary | 11010011 | 1000100 | 10010011 | 0 | 1000100 | 11110 | 10001 | 101000111 | 111110 | 110111 |
Color Harmonies of #D34493
Complementary color
Monochromatic Colors of #D34493
Black with #D34493
Text Example
Text Example
White with #D34493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34493; }
p { color: rgb(211,68,147); }
H1.HeaderClassName
{
color: #D34493;
}
.AnyTagClassName
{
color: #D34493;
}
</style>
background-color css
<style>
a { background-color: #D34493; }
a { background-color: rgb(211,68,147); }
div.DivClassName
{
background-color: #D34493;
}
.BgClassName
{
background-color: #D34493;
}
</style>
border-color css
<style>
span { border-color: #D34493; }
span { border-color: rgb(211,68,147); }
td.TdClassName
{
border-color: #D34493;
}
.TagClassName
{
border-color: #D34493;
}
</style>