#D156A4

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

Shades of Mulberry #D156A4

Tints of Mulberry #D156A4

Color information

#D156A4 (or 0xD156A4) is unknown color: approx Mulberry. HEX triplet: D1, 56 and A4. RGB value is (209,86,164). Sum of RGB (Red+Green+Blue) = 209+86+164=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D156A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D156A4 is #2EA95B. Grayscale: #838383. Windows color (decimal): -3058012 or 10770129. OLE color: 10770129.

HSL color Cylindrical-coordinate representation of color #D156A4: hue angle of 321.95º 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 #D156A4 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB20986164-
CMYK00.590.220.18
HSL321.95º57.21%57.84%-
HSV(B)321.95º58.85%81.96%-
XYZ36.3222.8937.63-
YUV131.67146.25183.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.53%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 164 (64.45% from 255) = 35.73%
R=45.53%
G=18.74%
B=35.73%

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
Decimal2098616400.590.220.18321.9557.2157.84
HexD156A403B1612142393a
Octal32112624407326225027172
Binary1101000110101101010010001110111011010010101000010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D156A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D156A4; }

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

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

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

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

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

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

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

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