Shades of Mulberry #D138AA
Tints of Mulberry #D138AA
RGB
CMYK
RGB Variations
Color information
#D138AA (or 0xD138AA) is known color: Mulberry. HEX triplet: D1, 38 and AA. RGB value is (209,56,170). Sum of RGB (Red+Green+Blue) = 209+56+170=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D138AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D138AA is #2EC755. Grayscale: #727272. Windows color (decimal): -3065686 or 11155665. OLE color: 11155665.
HSL color Cylindrical-coordinate representation of color #D138AA: hue angle of 315.29º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D138AA is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 170 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.18 |
| HSL | 315.29º | 0.62% | 0.52% | - |
| HSV(B) | 315.29º | 0.73% | 0.82% | - |
| XYZ | 34.96 | 19.29 | 39.91 | - |
| YUV | 114.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 170 | 0 | 0.73 | 0.19 | 0.18 | 315.29 | 0.62 | 0.52 |
| Hex | D1 | 38 | AA | 0 | 49 | 13 | 12 | 13B | 3E | 34 |
| Octal | 321 | 70 | 252 | 0 | 111 | 23 | 22 | 473 | 76 | 64 |
| Binary | 11010001 | 111000 | 10101010 | 0 | 1001001 | 10011 | 10010 | 100111011 | 111110 | 110100 |
Color Harmonies of #D138AA
Complementary color
Monochromatic Colors of #D138AA
Black with #D138AA
Text Example
Text Example
White with #D138AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D138AA; }
p { color: rgb(209,56,170); }
H1.HeaderClassName
{
color: #D138AA;
}
.AnyTagClassName
{
color: #D138AA;
}
</style>
background-color css
<style>
a { background-color: #D138AA; }
a { background-color: rgb(209,56,170); }
div.DivClassName
{
background-color: #D138AA;
}
.BgClassName
{
background-color: #D138AA;
}
</style>
border-color css
<style>
span { border-color: #D138AA; }
span { border-color: rgb(209,56,170); }
td.TdClassName
{
border-color: #D138AA;
}
.TagClassName
{
border-color: #D138AA;
}
</style>