Shades of Mulberry #D845AB
Tints of Mulberry #D845AB
RGB
CMYK
RGB Variations
Color information
#D845AB (or 0xD845AB) is known color: Mulberry. HEX triplet: D8, 45 and AB. RGB value is (216,69,171). Sum of RGB (Red+Green+Blue) = 216+69+171=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D845AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D845AB is #27BA54. Grayscale: #7C7C7C. Windows color (decimal): -2603605 or 11224536. OLE color: 11224536.
HSL color Cylindrical-coordinate representation of color #D845AB: hue angle of 318.37º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D845AB is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 171 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.15 |
| HSL | 318.37º | 0.65% | 0.56% | - |
| HSV(B) | 318.37º | 0.68% | 0.85% | - |
| XYZ | 37.8 | 21.8 | 40.74 | - |
| YUV | 124.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 171 | 0 | 0.68 | 0.21 | 0.15 | 318.37 | 0.65 | 0.56 |
| Hex | D8 | 45 | AB | 0 | 44 | 15 | F | 13E | 41 | 38 |
| Octal | 330 | 105 | 253 | 0 | 104 | 25 | 17 | 476 | 101 | 70 |
| Binary | 11011000 | 1000101 | 10101011 | 0 | 1000100 | 10101 | 1111 | 100111110 | 1000001 | 111000 |
Color Harmonies of #D845AB
Complementary color
Monochromatic Colors of #D845AB
Black with #D845AB
Text Example
Text Example
White with #D845AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D845AB; }
p { color: rgb(216,69,171); }
H1.HeaderClassName
{
color: #D845AB;
}
.AnyTagClassName
{
color: #D845AB;
}
</style>
background-color css
<style>
a { background-color: #D845AB; }
a { background-color: rgb(216,69,171); }
div.DivClassName
{
background-color: #D845AB;
}
.BgClassName
{
background-color: #D845AB;
}
</style>
border-color css
<style>
span { border-color: #D845AB; }
span { border-color: rgb(216,69,171); }
td.TdClassName
{
border-color: #D845AB;
}
.TagClassName
{
border-color: #D845AB;
}
</style>