Shades of Mulberry #D641A8
Tints of Mulberry #D641A8
RGB
CMYK
RGB Variations
Color information
#D641A8 (or 0xD641A8) is known color: Mulberry. HEX triplet: D6, 41 and A8. RGB value is (214,65,168). Sum of RGB (Red+Green+Blue) = 214+65+168=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D641A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D641A8 is #29BE57. Grayscale: #797979. Windows color (decimal): -2735704 or 11026902. OLE color: 11026902.
HSL color Cylindrical-coordinate representation of color #D641A8: hue angle of 318.52º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D641A8 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 168 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.16 |
| HSL | 318.52º | 0.65% | 0.55% | - |
| HSV(B) | 318.52º | 0.7% | 0.84% | - |
| XYZ | 36.69 | 20.9 | 39.15 | - |
| YUV | 121.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 168 | 0 | 0.70 | 0.21 | 0.16 | 318.52 | 0.65 | 0.55 |
| Hex | D6 | 41 | A8 | 0 | 46 | 15 | 10 | 13F | 41 | 37 |
| Octal | 326 | 101 | 250 | 0 | 106 | 25 | 20 | 477 | 101 | 67 |
| Binary | 11010110 | 1000001 | 10101000 | 0 | 1000110 | 10101 | 10000 | 100111111 | 1000001 | 110111 |
Color Harmonies of #D641A8
Complementary color
Monochromatic Colors of #D641A8
Black with #D641A8
Text Example
Text Example
White with #D641A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D641A8; }
p { color: rgb(214,65,168); }
H1.HeaderClassName
{
color: #D641A8;
}
.AnyTagClassName
{
color: #D641A8;
}
</style>
background-color css
<style>
a { background-color: #D641A8; }
a { background-color: rgb(214,65,168); }
div.DivClassName
{
background-color: #D641A8;
}
.BgClassName
{
background-color: #D641A8;
}
</style>
border-color css
<style>
span { border-color: #D641A8; }
span { border-color: rgb(214,65,168); }
td.TdClassName
{
border-color: #D641A8;
}
.TagClassName
{
border-color: #D641A8;
}
</style>