Shades of Mulberry #D34FAB
Tints of Mulberry #D34FAB
RGB
CMYK
RGB Variations
Color information
#D34FAB (or 0xD34FAB) is known color: Mulberry. HEX triplet: D3, 4F and AB. RGB value is (211,79,171). Sum of RGB (Red+Green+Blue) = 211+79+171=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D34FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D34FAB is #2CB054. Grayscale: #808080. Windows color (decimal): -2928725 or 11227091. OLE color: 11227091.
HSL color Cylindrical-coordinate representation of color #D34FAB: hue angle of 318.18º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D34FAB is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 79 | 171 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.17 |
| HSL | 318.18º | 0.6% | 0.57% | - |
| HSV(B) | 318.18º | 0.63% | 0.83% | - |
| XYZ | 37.01 | 22.38 | 40.9 | - |
| YUV | 128.96 | 151.73 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 171 | 0 | 0.63 | 0.19 | 0.17 | 318.18 | 0.6 | 0.57 |
| Hex | D3 | 4F | AB | 0 | 3F | 13 | 11 | 13E | 3C | 39 |
| Octal | 323 | 117 | 253 | 0 | 77 | 23 | 21 | 476 | 74 | 71 |
| Binary | 11010011 | 1001111 | 10101011 | 0 | 111111 | 10011 | 10001 | 100111110 | 111100 | 111001 |
Color Harmonies of #D34FAB
Complementary color
Monochromatic Colors of #D34FAB
Black with #D34FAB
Text Example
Text Example
White with #D34FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34FAB; }
p { color: rgb(211,79,171); }
H1.HeaderClassName
{
color: #D34FAB;
}
.AnyTagClassName
{
color: #D34FAB;
}
</style>
background-color css
<style>
a { background-color: #D34FAB; }
a { background-color: rgb(211,79,171); }
div.DivClassName
{
background-color: #D34FAB;
}
.BgClassName
{
background-color: #D34FAB;
}
</style>
border-color css
<style>
span { border-color: #D34FAB; }
span { border-color: rgb(211,79,171); }
td.TdClassName
{
border-color: #D34FAB;
}
.TagClassName
{
border-color: #D34FAB;
}
</style>