Shades of Mulberry #D153AB
Tints of Mulberry #D153AB
RGB
CMYK
RGB Variations
Color information
#D153AB (or 0xD153AB) is known color: Mulberry. HEX triplet: D1, 53 and AB. RGB value is (209,83,171). Sum of RGB (Red+Green+Blue) = 209+83+171=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D153AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D153AB is #2EAC54. Grayscale: #828282. Windows color (decimal): -3058773 or 11228113. OLE color: 11228113.
HSL color Cylindrical-coordinate representation of color #D153AB: hue angle of 318.1º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D153AB is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 171 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.18 |
| HSL | 318.1º | 0.58% | 0.57% | - |
| HSV(B) | 318.1º | 0.6% | 0.82% | - |
| XYZ | 36.74 | 22.68 | 40.97 | - |
| YUV | 130.71 | 150.74 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 171 | 0 | 0.60 | 0.18 | 0.18 | 318.1 | 0.58 | 0.57 |
| Hex | D1 | 53 | AB | 0 | 3C | 12 | 12 | 13E | 3A | 39 |
| Octal | 321 | 123 | 253 | 0 | 74 | 22 | 22 | 476 | 72 | 71 |
| Binary | 11010001 | 1010011 | 10101011 | 0 | 111100 | 10010 | 10010 | 100111110 | 111010 | 111001 |
Color Harmonies of #D153AB
Complementary color
Monochromatic Colors of #D153AB
Black with #D153AB
Text Example
Text Example
White with #D153AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153AB; }
p { color: rgb(209,83,171); }
H1.HeaderClassName
{
color: #D153AB;
}
.AnyTagClassName
{
color: #D153AB;
}
</style>
background-color css
<style>
a { background-color: #D153AB; }
a { background-color: rgb(209,83,171); }
div.DivClassName
{
background-color: #D153AB;
}
.BgClassName
{
background-color: #D153AB;
}
</style>
border-color css
<style>
span { border-color: #D153AB; }
span { border-color: rgb(209,83,171); }
td.TdClassName
{
border-color: #D153AB;
}
.TagClassName
{
border-color: #D153AB;
}
</style>