Shades of Mulberry #D853AB
Tints of Mulberry #D853AB
RGB
CMYK
RGB Variations
Color information
#D853AB (or 0xD853AB) is known color: Mulberry. HEX triplet: D8, 53 and AB. RGB value is (216,83,171). Sum of RGB (Red+Green+Blue) = 216+83+171=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D853AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D853AB is #27AC54. Grayscale: #848484. Windows color (decimal): -2600021 or 11228120. OLE color: 11228120.
HSL color Cylindrical-coordinate representation of color #D853AB: hue angle of 320.3º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D853AB is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 171 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.15 |
| HSL | 320.3º | 0.63% | 0.59% | - |
| HSV(B) | 320.3º | 0.62% | 0.85% | - |
| XYZ | 38.76 | 23.73 | 41.06 | - |
| YUV | 132.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 171 | 0 | 0.62 | 0.21 | 0.15 | 320.3 | 0.63 | 0.59 |
| Hex | D8 | 53 | AB | 0 | 3E | 15 | F | 140 | 3F | 3B |
| Octal | 330 | 123 | 253 | 0 | 76 | 25 | 17 | 500 | 77 | 73 |
| Binary | 11011000 | 1010011 | 10101011 | 0 | 111110 | 10101 | 1111 | 101000000 | 111111 | 111011 |
Color Harmonies of #D853AB
Complementary color
Monochromatic Colors of #D853AB
Black with #D853AB
Text Example
Text Example
White with #D853AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D853AB; }
p { color: rgb(216,83,171); }
H1.HeaderClassName
{
color: #D853AB;
}
.AnyTagClassName
{
color: #D853AB;
}
</style>
background-color css
<style>
a { background-color: #D853AB; }
a { background-color: rgb(216,83,171); }
div.DivClassName
{
background-color: #D853AB;
}
.BgClassName
{
background-color: #D853AB;
}
</style>
border-color css
<style>
span { border-color: #D853AB; }
span { border-color: rgb(216,83,171); }
td.TdClassName
{
border-color: #D853AB;
}
.TagClassName
{
border-color: #D853AB;
}
</style>