#D057A6

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

Shades of Mulberry #D057A6

Tints of Mulberry #D057A6

Color information

#D057A6 (or 0xD057A6) is unknown color: approx Mulberry. HEX triplet: D0, 57 and A6. RGB value is (208,87,166). Sum of RGB (Red+Green+Blue) = 208+87+166=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D057A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D057A6 is #2FA859. Grayscale: #838383. Windows color (decimal): -3123290 or 10901456. OLE color: 10901456.

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

Color convert

RGB20887166-
CMYK00.580.200.18
HSL320.83º56.28%57.84%-
HSV(B)320.83º58.17%81.57%-
XYZ36.322.9838.6-
YUV132.18147.09182.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.12%
GREEN value IS 87 (34.38% from 255) = 18.87%
BLUE value IS 166 (65.23% from 255) = 36.01%
R=45.12%
G=18.87%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088716600.580.200.18320.8356.2857.84
HexD057A603A1412141383a
Octal32012724607224225017072
Binary1101000010101111010011001110101010010010101000001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D057A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D057A6; }

 p { color: rgb(208,87,166); }

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

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

 a { background-color: rgb(208,87,166); }

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

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

 span { border-color: rgb(208,87,166); }

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