Shades of Mulberry #D34B9A
Tints of Mulberry #D34B9A
RGB
CMYK
RGB Variations
Color information
#D34B9A (or 0xD34B9A) is known color: Mulberry. HEX triplet: D3, 4B and 9A. RGB value is (211,75,154). Sum of RGB (Red+Green+Blue) = 211+75+154=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D34B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34B9A is #2CB465. Grayscale: #7C7C7C. Windows color (decimal): -2929766 or 10111955. OLE color: 10111955.
HSL color Cylindrical-coordinate representation of color #D34B9A: hue angle of 325.15º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34B9A is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 75 | 154 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.17 |
| HSL | 325.15º | 0.61% | 0.56% | - |
| HSV(B) | 325.15º | 0.64% | 0.83% | - |
| XYZ | 35.21 | 21.21 | 32.81 | - |
| YUV | 124.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 154 | 0 | 0.64 | 0.27 | 0.17 | 325.15 | 0.61 | 0.56 |
| Hex | D3 | 4B | 9A | 0 | 40 | 1B | 11 | 145 | 3D | 38 |
| Octal | 323 | 113 | 232 | 0 | 100 | 33 | 21 | 505 | 75 | 70 |
| Binary | 11010011 | 1001011 | 10011010 | 0 | 1000000 | 11011 | 10001 | 101000101 | 111101 | 111000 |
Color Harmonies of #D34B9A
Complementary color
Monochromatic Colors of #D34B9A
Black with #D34B9A
Text Example
Text Example
White with #D34B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34B9A; }
p { color: rgb(211,75,154); }
H1.HeaderClassName
{
color: #D34B9A;
}
.AnyTagClassName
{
color: #D34B9A;
}
</style>
background-color css
<style>
a { background-color: #D34B9A; }
a { background-color: rgb(211,75,154); }
div.DivClassName
{
background-color: #D34B9A;
}
.BgClassName
{
background-color: #D34B9A;
}
</style>
border-color css
<style>
span { border-color: #D34B9A; }
span { border-color: rgb(211,75,154); }
td.TdClassName
{
border-color: #D34B9A;
}
.TagClassName
{
border-color: #D34B9A;
}
</style>