Shades of Mulberry #D152A1
Tints of Mulberry #D152A1
RGB
CMYK
RGB Variations
Color information
#D152A1 (or 0xD152A1) is known color: Mulberry. HEX triplet: D1, 52 and A1. RGB value is (209,82,161). Sum of RGB (Red+Green+Blue) = 209+82+161=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D152A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D152A1 is #2EAD5E. Grayscale: #808080. Windows color (decimal): -3059039 or 10572497. OLE color: 10572497.
HSL color Cylindrical-coordinate representation of color #D152A1: hue angle of 322.68º 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 #D152A1 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 161 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.18 |
| HSL | 322.68º | 0.58% | 0.57% | - |
| HSV(B) | 322.68º | 0.61% | 0.82% | - |
| XYZ | 35.74 | 22.16 | 36.11 | - |
| YUV | 128.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 161 | 0 | 0.61 | 0.23 | 0.18 | 322.68 | 0.58 | 0.57 |
| Hex | D1 | 52 | A1 | 0 | 3D | 17 | 12 | 143 | 3A | 39 |
| Octal | 321 | 122 | 241 | 0 | 75 | 27 | 22 | 503 | 72 | 71 |
| Binary | 11010001 | 1010010 | 10100001 | 0 | 111101 | 10111 | 10010 | 101000011 | 111010 | 111001 |
Color Harmonies of #D152A1
Complementary color
Monochromatic Colors of #D152A1
Black with #D152A1
Text Example
Text Example
White with #D152A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152A1; }
p { color: rgb(209,82,161); }
H1.HeaderClassName
{
color: #D152A1;
}
.AnyTagClassName
{
color: #D152A1;
}
</style>
background-color css
<style>
a { background-color: #D152A1; }
a { background-color: rgb(209,82,161); }
div.DivClassName
{
background-color: #D152A1;
}
.BgClassName
{
background-color: #D152A1;
}
</style>
border-color css
<style>
span { border-color: #D152A1; }
span { border-color: rgb(209,82,161); }
td.TdClassName
{
border-color: #D152A1;
}
.TagClassName
{
border-color: #D152A1;
}
</style>