#D155A6

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

Shades of Mulberry #D155A6

Tints of Mulberry #D155A6

Color information

#D155A6 (or 0xD155A6) is unknown color: approx Mulberry. HEX triplet: D1, 55 and A6. RGB value is (209,85,166). Sum of RGB (Red+Green+Blue) = 209+85+166=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D155A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D155A6 is #2EAA59. Grayscale: #838383. Windows color (decimal): -3058266 or 10900945. OLE color: 10900945.

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

Color convert

RGB20985166-
CMYK00.590.210.18
HSL320.81º57.41%57.65%-
HSV(B)320.81º59.33%81.96%-
XYZ36.4322.8138.56-
YUV131.31147.58183.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.43%
GREEN value IS 85 (33.59% from 255) = 18.48%
BLUE value IS 166 (65.23% from 255) = 36.09%
R=45.43%
G=18.48%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098516600.590.210.18320.8157.4157.65
HexD155A603B1512141393a
Octal32112524607325225017172
Binary1101000110101011010011001110111010110010101000001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D155A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D155A6; }

 p { color: rgb(209,85,166); }

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

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

 a { background-color: rgb(209,85,166); }

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

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

 span { border-color: rgb(209,85,166); }

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