#D156A3

Color #D156A3 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #D156A3

Tints of Mulberry #D156A3

Color information

#D156A3 (or 0xD156A3) is unknown color: approx Mulberry. HEX triplet: D1, 56 and A3. RGB value is (209,86,163). Sum of RGB (Red+Green+Blue) = 209+86+163=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D156A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D156A3 is #2EA95C. Grayscale: #838383. Windows color (decimal): -3058013 or 10704593. OLE color: 10704593.

HSL color Cylindrical-coordinate representation of color #D156A3: hue angle of 322.44º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D156A3 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB20986163-
CMYK00.590.220.18
HSL322.44º57.21%57.84%-
HSV(B)322.44º58.85%81.96%-
XYZ36.2322.8637.15-
YUV131.56145.75183.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 45.63%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 163 (64.06% from 255) = 35.59%
R=45.63%
G=18.78%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098616300.590.220.18322.4457.2157.84
HexD156A303B1612142393a
Octal32112624307326225027172
Binary1101000110101101010001101110111011010010101000010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D156A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D156A3; }

 p { color: rgb(209,86,163); }

 H1.HeaderClassName
 {
   color: #D156A3;
 }
 .AnyTagClassName
 {
   color: #D156A3;
 }
</style>
background-color css

<style>
 a { background-color: #D156A3; }

 a { background-color: rgb(209,86,163); }

 div.DivClassName
 {
   background-color: #D156A3;
 }
 .BgClassName
 {
   background-color: #D156A3;
 }
</style>
border-color css

<style>
 span { border-color: #D156A3; }

 span { border-color: rgb(209,86,163); }

 td.TdClassName
 {
   border-color: #D156A3;
 }
 .TagClassName
 {
   border-color: #D156A3;
 }
</style>