Shades of Mulberry #D152A0
Tints of Mulberry #D152A0
RGB
CMYK
RGB Variations
Color information
#D152A0 (or 0xD152A0) is known color: Mulberry. HEX triplet: D1, 52 and A0. RGB value is (209,82,160). Sum of RGB (Red+Green+Blue) = 209+82+160=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D152A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D152A0 is #2EAD5F. Grayscale: #808080. Windows color (decimal): -3059040 or 10506961. OLE color: 10506961.
HSL color Cylindrical-coordinate representation of color #D152A0: hue angle of 323.15º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D152A0 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 160 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.18 |
| HSL | 323.15º | 0.58% | 0.57% | - |
| HSV(B) | 323.15º | 0.61% | 0.82% | - |
| XYZ | 35.66 | 22.13 | 35.65 | - |
| YUV | 128.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 160 | 0 | 0.61 | 0.23 | 0.18 | 323.15 | 0.58 | 0.57 |
| Hex | D1 | 52 | A0 | 0 | 3D | 17 | 12 | 143 | 3A | 39 |
| Octal | 321 | 122 | 240 | 0 | 75 | 27 | 22 | 503 | 72 | 71 |
| Binary | 11010001 | 1010010 | 10100000 | 0 | 111101 | 10111 | 10010 | 101000011 | 111010 | 111001 |
Color Harmonies of #D152A0
Complementary color
Monochromatic Colors of #D152A0
Black with #D152A0
Text Example
Text Example
White with #D152A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152A0; }
p { color: rgb(209,82,160); }
H1.HeaderClassName
{
color: #D152A0;
}
.AnyTagClassName
{
color: #D152A0;
}
</style>
background-color css
<style>
a { background-color: #D152A0; }
a { background-color: rgb(209,82,160); }
div.DivClassName
{
background-color: #D152A0;
}
.BgClassName
{
background-color: #D152A0;
}
</style>
border-color css
<style>
span { border-color: #D152A0; }
span { border-color: rgb(209,82,160); }
td.TdClassName
{
border-color: #D152A0;
}
.TagClassName
{
border-color: #D152A0;
}
</style>