Shades of Mulberry #D646AB
Tints of Mulberry #D646AB
RGB
CMYK
RGB Variations
Color information
#D646AB (or 0xD646AB) is known color: Mulberry. HEX triplet: D6, 46 and AB. RGB value is (214,70,171). Sum of RGB (Red+Green+Blue) = 214+70+171=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D646AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D646AB is #29B954. Grayscale: #7C7C7C. Windows color (decimal): -2734421 or 11224790. OLE color: 11224790.
HSL color Cylindrical-coordinate representation of color #D646AB: hue angle of 317.92º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D646AB is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 171 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.16 |
| HSL | 317.92º | 0.64% | 0.56% | - |
| HSV(B) | 317.92º | 0.67% | 0.84% | - |
| XYZ | 37.27 | 21.62 | 40.74 | - |
| YUV | 124.57 | 154.21 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 171 | 0 | 0.67 | 0.20 | 0.16 | 317.92 | 0.64 | 0.56 |
| Hex | D6 | 46 | AB | 0 | 43 | 14 | 10 | 13E | 40 | 38 |
| Octal | 326 | 106 | 253 | 0 | 103 | 24 | 20 | 476 | 100 | 70 |
| Binary | 11010110 | 1000110 | 10101011 | 0 | 1000011 | 10100 | 10000 | 100111110 | 1000000 | 111000 |
Color Harmonies of #D646AB
Complementary color
Monochromatic Colors of #D646AB
Black with #D646AB
Text Example
Text Example
White with #D646AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D646AB; }
p { color: rgb(214,70,171); }
H1.HeaderClassName
{
color: #D646AB;
}
.AnyTagClassName
{
color: #D646AB;
}
</style>
background-color css
<style>
a { background-color: #D646AB; }
a { background-color: rgb(214,70,171); }
div.DivClassName
{
background-color: #D646AB;
}
.BgClassName
{
background-color: #D646AB;
}
</style>
border-color css
<style>
span { border-color: #D646AB; }
span { border-color: rgb(214,70,171); }
td.TdClassName
{
border-color: #D646AB;
}
.TagClassName
{
border-color: #D646AB;
}
</style>