Shades of Mulberry #D351AB
Tints of Mulberry #D351AB
RGB
CMYK
RGB Variations
Color information
#D351AB (or 0xD351AB) is known color: Mulberry. HEX triplet: D3, 51 and AB. RGB value is (211,81,171). Sum of RGB (Red+Green+Blue) = 211+81+171=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D351AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D351AB is #2CAE54. Grayscale: #818181. Windows color (decimal): -2928213 or 11227603. OLE color: 11227603.
HSL color Cylindrical-coordinate representation of color #D351AB: hue angle of 318.46º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D351AB is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 171 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.17 |
| HSL | 318.46º | 0.6% | 0.57% | - |
| HSV(B) | 318.46º | 0.62% | 0.83% | - |
| XYZ | 37.16 | 22.67 | 40.95 | - |
| YUV | 130.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 171 | 0 | 0.62 | 0.19 | 0.17 | 318.46 | 0.6 | 0.57 |
| Hex | D3 | 51 | AB | 0 | 3E | 13 | 11 | 13E | 3C | 39 |
| Octal | 323 | 121 | 253 | 0 | 76 | 23 | 21 | 476 | 74 | 71 |
| Binary | 11010011 | 1010001 | 10101011 | 0 | 111110 | 10011 | 10001 | 100111110 | 111100 | 111001 |
Color Harmonies of #D351AB
Complementary color
Monochromatic Colors of #D351AB
Black with #D351AB
Text Example
Text Example
White with #D351AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D351AB; }
p { color: rgb(211,81,171); }
H1.HeaderClassName
{
color: #D351AB;
}
.AnyTagClassName
{
color: #D351AB;
}
</style>
background-color css
<style>
a { background-color: #D351AB; }
a { background-color: rgb(211,81,171); }
div.DivClassName
{
background-color: #D351AB;
}
.BgClassName
{
background-color: #D351AB;
}
</style>
border-color css
<style>
span { border-color: #D351AB; }
span { border-color: rgb(211,81,171); }
td.TdClassName
{
border-color: #D351AB;
}
.TagClassName
{
border-color: #D351AB;
}
</style>