Shades of Mulberry #D145AB
Tints of Mulberry #D145AB
RGB
CMYK
RGB Variations
Color information
#D145AB (or 0xD145AB) is known color: Mulberry. HEX triplet: D1, 45 and AB. RGB value is (209,69,171). Sum of RGB (Red+Green+Blue) = 209+69+171=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D145AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D145AB is #2EBA54. Grayscale: #7A7A7A. Windows color (decimal): -3062357 or 11224529. OLE color: 11224529.
HSL color Cylindrical-coordinate representation of color #D145AB: hue angle of 316.29º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D145AB is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 171 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.18 |
| HSL | 316.29º | 0.6% | 0.55% | - |
| HSV(B) | 316.29º | 0.67% | 0.82% | - |
| XYZ | 35.77 | 20.75 | 40.65 | - |
| YUV | 122.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 171 | 0 | 0.67 | 0.18 | 0.18 | 316.29 | 0.6 | 0.55 |
| Hex | D1 | 45 | AB | 0 | 43 | 12 | 12 | 13C | 3C | 37 |
| Octal | 321 | 105 | 253 | 0 | 103 | 22 | 22 | 474 | 74 | 67 |
| Binary | 11010001 | 1000101 | 10101011 | 0 | 1000011 | 10010 | 10010 | 100111100 | 111100 | 110111 |
Color Harmonies of #D145AB
Complementary color
Monochromatic Colors of #D145AB
Black with #D145AB
Text Example
Text Example
White with #D145AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145AB; }
p { color: rgb(209,69,171); }
H1.HeaderClassName
{
color: #D145AB;
}
.AnyTagClassName
{
color: #D145AB;
}
</style>
background-color css
<style>
a { background-color: #D145AB; }
a { background-color: rgb(209,69,171); }
div.DivClassName
{
background-color: #D145AB;
}
.BgClassName
{
background-color: #D145AB;
}
</style>
border-color css
<style>
span { border-color: #D145AB; }
span { border-color: rgb(209,69,171); }
td.TdClassName
{
border-color: #D145AB;
}
.TagClassName
{
border-color: #D145AB;
}
</style>