Shades of Mulberry #D651A9
Tints of Mulberry #D651A9
RGB
CMYK
RGB Variations
Color information
#D651A9 (or 0xD651A9) is known color: Mulberry. HEX triplet: D6, 51 and A9. RGB value is (214,81,169). Sum of RGB (Red+Green+Blue) = 214+81+169=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D651A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D651A9 is #29AE56. Grayscale: #828282. Windows color (decimal): -2731607 or 11096534. OLE color: 11096534.
HSL color Cylindrical-coordinate representation of color #D651A9: hue angle of 320.3º 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 #D651A9 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 169 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.16 |
| HSL | 320.3º | 0.62% | 0.58% | - |
| HSV(B) | 320.3º | 0.62% | 0.84% | - |
| XYZ | 37.84 | 23.05 | 39.99 | - |
| YUV | 130.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 169 | 0 | 0.62 | 0.21 | 0.16 | 320.3 | 0.62 | 0.58 |
| Hex | D6 | 51 | A9 | 0 | 3E | 15 | 10 | 140 | 3E | 3A |
| Octal | 326 | 121 | 251 | 0 | 76 | 25 | 20 | 500 | 76 | 72 |
| Binary | 11010110 | 1010001 | 10101001 | 0 | 111110 | 10101 | 10000 | 101000000 | 111110 | 111010 |
Color Harmonies of #D651A9
Complementary color
Monochromatic Colors of #D651A9
Black with #D651A9
Text Example
Text Example
White with #D651A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651A9; }
p { color: rgb(214,81,169); }
H1.HeaderClassName
{
color: #D651A9;
}
.AnyTagClassName
{
color: #D651A9;
}
</style>
background-color css
<style>
a { background-color: #D651A9; }
a { background-color: rgb(214,81,169); }
div.DivClassName
{
background-color: #D651A9;
}
.BgClassName
{
background-color: #D651A9;
}
</style>
border-color css
<style>
span { border-color: #D651A9; }
span { border-color: rgb(214,81,169); }
td.TdClassName
{
border-color: #D651A9;
}
.TagClassName
{
border-color: #D651A9;
}
</style>