Shades of Mulberry #D651AB
Tints of Mulberry #D651AB
RGB
CMYK
RGB Variations
Color information
#D651AB (or 0xD651AB) is known color: Mulberry. HEX triplet: D6, 51 and AB. RGB value is (214,81,171). Sum of RGB (Red+Green+Blue) = 214+81+171=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D651AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D651AB is #29AE54. Grayscale: #828282. Windows color (decimal): -2731605 or 11227606. OLE color: 11227606.
HSL color Cylindrical-coordinate representation of color #D651AB: hue angle of 319.4º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D651AB is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 171 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.16 |
| HSL | 319.4º | 0.62% | 0.58% | - |
| HSV(B) | 319.4º | 0.62% | 0.84% | - |
| XYZ | 38.02 | 23.12 | 40.99 | - |
| YUV | 131.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 171 | 0 | 0.62 | 0.20 | 0.16 | 319.4 | 0.62 | 0.58 |
| Hex | D6 | 51 | AB | 0 | 3E | 14 | 10 | 13F | 3E | 3A |
| Octal | 326 | 121 | 253 | 0 | 76 | 24 | 20 | 477 | 76 | 72 |
| Binary | 11010110 | 1010001 | 10101011 | 0 | 111110 | 10100 | 10000 | 100111111 | 111110 | 111010 |
Color Harmonies of #D651AB
Complementary color
Monochromatic Colors of #D651AB
Black with #D651AB
Text Example
Text Example
White with #D651AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651AB; }
p { color: rgb(214,81,171); }
H1.HeaderClassName
{
color: #D651AB;
}
.AnyTagClassName
{
color: #D651AB;
}
</style>
background-color css
<style>
a { background-color: #D651AB; }
a { background-color: rgb(214,81,171); }
div.DivClassName
{
background-color: #D651AB;
}
.BgClassName
{
background-color: #D651AB;
}
</style>
border-color css
<style>
span { border-color: #D651AB; }
span { border-color: rgb(214,81,171); }
td.TdClassName
{
border-color: #D651AB;
}
.TagClassName
{
border-color: #D651AB;
}
</style>