#D156AA

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

Shades of Mulberry #D156AA

Tints of Mulberry #D156AA

Color information

#D156AA (or 0xD156AA) is unknown color: approx Mulberry. HEX triplet: D1, 56 and AA. RGB value is (209,86,170). Sum of RGB (Red+Green+Blue) = 209+86+170=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D156AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D156AA is #2EA955. Grayscale: #848484. Windows color (decimal): -3058006 or 11163345. OLE color: 11163345.

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

Color convert

RGB20986170-
CMYK00.590.190.18
HSL319.02º57.21%57.84%-
HSV(B)319.02º58.85%81.96%-
XYZ36.8823.1140.55-
YUV132.35149.25182.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 86 (33.98% from 255) = 18.49%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=44.95%
G=18.49%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098617000.590.190.18319.0257.2157.84
HexD156AA03B131213f393a
Octal32112625207323224777172
Binary1101000110101101010101001110111001110010100111111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D156AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D156AA; }

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

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

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

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

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

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

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

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