Shades of Mulberry #D152AB
Tints of Mulberry #D152AB
RGB
CMYK
RGB Variations
Color information
#D152AB (or 0xD152AB) is known color: Mulberry. HEX triplet: D1, 52 and AB. RGB value is (209,82,171). Sum of RGB (Red+Green+Blue) = 209+82+171=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D152AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D152AB is #2EAD54. Grayscale: #818181. Windows color (decimal): -3059029 or 11227857. OLE color: 11227857.
HSL color Cylindrical-coordinate representation of color #D152AB: hue angle of 317.95º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D152AB is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 171 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.18 |
| HSL | 317.95º | 0.58% | 0.57% | - |
| HSV(B) | 317.95º | 0.61% | 0.82% | - |
| XYZ | 36.66 | 22.53 | 40.94 | - |
| YUV | 130.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 171 | 0 | 0.61 | 0.18 | 0.18 | 317.95 | 0.58 | 0.57 |
| Hex | D1 | 52 | AB | 0 | 3D | 12 | 12 | 13E | 3A | 39 |
| Octal | 321 | 122 | 253 | 0 | 75 | 22 | 22 | 476 | 72 | 71 |
| Binary | 11010001 | 1010010 | 10101011 | 0 | 111101 | 10010 | 10010 | 100111110 | 111010 | 111001 |
Color Harmonies of #D152AB
Complementary color
Monochromatic Colors of #D152AB
Black with #D152AB
Text Example
Text Example
White with #D152AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152AB; }
p { color: rgb(209,82,171); }
H1.HeaderClassName
{
color: #D152AB;
}
.AnyTagClassName
{
color: #D152AB;
}
</style>
background-color css
<style>
a { background-color: #D152AB; }
a { background-color: rgb(209,82,171); }
div.DivClassName
{
background-color: #D152AB;
}
.BgClassName
{
background-color: #D152AB;
}
</style>
border-color css
<style>
span { border-color: #D152AB; }
span { border-color: rgb(209,82,171); }
td.TdClassName
{
border-color: #D152AB;
}
.TagClassName
{
border-color: #D152AB;
}
</style>