Shades of Mulberry #D153A0
Tints of Mulberry #D153A0
RGB
CMYK
RGB Variations
Color information
#D153A0 (or 0xD153A0) is known color: Mulberry. HEX triplet: D1, 53 and A0. RGB value is (209,83,160). Sum of RGB (Red+Green+Blue) = 209+83+160=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D153A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D153A0 is #2EAC5F. Grayscale: #818181. Windows color (decimal): -3058784 or 10507217. OLE color: 10507217.
HSL color Cylindrical-coordinate representation of color #D153A0: hue angle of 323.33º 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 #D153A0 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 160 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.18 |
| HSL | 323.33º | 0.58% | 0.57% | - |
| HSV(B) | 323.33º | 0.6% | 0.82% | - |
| XYZ | 35.73 | 22.28 | 35.67 | - |
| YUV | 129.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 160 | 0 | 0.60 | 0.23 | 0.18 | 323.33 | 0.58 | 0.57 |
| Hex | D1 | 53 | A0 | 0 | 3C | 17 | 12 | 143 | 3A | 39 |
| Octal | 321 | 123 | 240 | 0 | 74 | 27 | 22 | 503 | 72 | 71 |
| Binary | 11010001 | 1010011 | 10100000 | 0 | 111100 | 10111 | 10010 | 101000011 | 111010 | 111001 |
Color Harmonies of #D153A0
Complementary color
Monochromatic Colors of #D153A0
Black with #D153A0
Text Example
Text Example
White with #D153A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153A0; }
p { color: rgb(209,83,160); }
H1.HeaderClassName
{
color: #D153A0;
}
.AnyTagClassName
{
color: #D153A0;
}
</style>
background-color css
<style>
a { background-color: #D153A0; }
a { background-color: rgb(209,83,160); }
div.DivClassName
{
background-color: #D153A0;
}
.BgClassName
{
background-color: #D153A0;
}
</style>
border-color css
<style>
span { border-color: #D153A0; }
span { border-color: rgb(209,83,160); }
td.TdClassName
{
border-color: #D153A0;
}
.TagClassName
{
border-color: #D153A0;
}
</style>