Shades of Mulberry #D651A8
Tints of Mulberry #D651A8
RGB
CMYK
RGB Variations
Color information
#D651A8 (or 0xD651A8) is known color: Mulberry. HEX triplet: D6, 51 and A8. RGB value is (214,81,168). Sum of RGB (Red+Green+Blue) = 214+81+168=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D651A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D651A8 is #29AE57. Grayscale: #828282. Windows color (decimal): -2731608 or 11030998. OLE color: 11030998.
HSL color Cylindrical-coordinate representation of color #D651A8: hue angle of 320.75º 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 #D651A8 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 168 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.16 |
| HSL | 320.75º | 0.62% | 0.58% | - |
| HSV(B) | 320.75º | 0.62% | 0.84% | - |
| XYZ | 37.74 | 23.01 | 39.5 | - |
| YUV | 130.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 168 | 0 | 0.62 | 0.21 | 0.16 | 320.75 | 0.62 | 0.58 |
| Hex | D6 | 51 | A8 | 0 | 3E | 15 | 10 | 141 | 3E | 3A |
| Octal | 326 | 121 | 250 | 0 | 76 | 25 | 20 | 501 | 76 | 72 |
| Binary | 11010110 | 1010001 | 10101000 | 0 | 111110 | 10101 | 10000 | 101000001 | 111110 | 111010 |
Color Harmonies of #D651A8
Complementary color
Monochromatic Colors of #D651A8
Black with #D651A8
Text Example
Text Example
White with #D651A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651A8; }
p { color: rgb(214,81,168); }
H1.HeaderClassName
{
color: #D651A8;
}
.AnyTagClassName
{
color: #D651A8;
}
</style>
background-color css
<style>
a { background-color: #D651A8; }
a { background-color: rgb(214,81,168); }
div.DivClassName
{
background-color: #D651A8;
}
.BgClassName
{
background-color: #D651A8;
}
</style>
border-color css
<style>
span { border-color: #D651A8; }
span { border-color: rgb(214,81,168); }
td.TdClassName
{
border-color: #D651A8;
}
.TagClassName
{
border-color: #D651A8;
}
</style>