Shades of Mulberry #D14BAB
Tints of Mulberry #D14BAB
RGB
CMYK
RGB Variations
Color information
#D14BAB (or 0xD14BAB) is known color: Mulberry. HEX triplet: D1, 4B and AB. RGB value is (209,75,171). Sum of RGB (Red+Green+Blue) = 209+75+171=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D14BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14BAB is #2EB454. Grayscale: #7D7D7D. Windows color (decimal): -3060821 or 11226065. OLE color: 11226065.
HSL color Cylindrical-coordinate representation of color #D14BAB: hue angle of 317.01º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14BAB is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 171 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.18 |
| HSL | 317.01º | 0.59% | 0.56% | - |
| HSV(B) | 317.01º | 0.64% | 0.82% | - |
| XYZ | 36.16 | 21.53 | 40.78 | - |
| YUV | 126.01 | 153.39 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 171 | 0 | 0.64 | 0.18 | 0.18 | 317.01 | 0.59 | 0.56 |
| Hex | D1 | 4B | AB | 0 | 40 | 12 | 12 | 13D | 3B | 38 |
| Octal | 321 | 113 | 253 | 0 | 100 | 22 | 22 | 475 | 73 | 70 |
| Binary | 11010001 | 1001011 | 10101011 | 0 | 1000000 | 10010 | 10010 | 100111101 | 111011 | 111000 |
Color Harmonies of #D14BAB
Complementary color
Monochromatic Colors of #D14BAB
Black with #D14BAB
Text Example
Text Example
White with #D14BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14BAB; }
p { color: rgb(209,75,171); }
H1.HeaderClassName
{
color: #D14BAB;
}
.AnyTagClassName
{
color: #D14BAB;
}
</style>
background-color css
<style>
a { background-color: #D14BAB; }
a { background-color: rgb(209,75,171); }
div.DivClassName
{
background-color: #D14BAB;
}
.BgClassName
{
background-color: #D14BAB;
}
</style>
border-color css
<style>
span { border-color: #D14BAB; }
span { border-color: rgb(209,75,171); }
td.TdClassName
{
border-color: #D14BAB;
}
.TagClassName
{
border-color: #D14BAB;
}
</style>