#D057A2

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

Shades of Mulberry #D057A2

Tints of Mulberry #D057A2

Color information

#D057A2 (or 0xD057A2) is unknown color: approx Mulberry. HEX triplet: D0, 57 and A2. RGB value is (208,87,162). Sum of RGB (Red+Green+Blue) = 208+87+162=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D057A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D057A2 is #2FA85D. Grayscale: #838383. Windows color (decimal): -3123294 or 10639312. OLE color: 10639312.

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

Color convert

RGB20887162-
CMYK00.580.220.18
HSL322.81º56.28%57.84%-
HSV(B)322.81º58.17%81.57%-
XYZ35.9422.8336.7-
YUV131.73145.09182.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.51%
GREEN value IS 87 (34.38% from 255) = 19.04%
BLUE value IS 162 (63.67% from 255) = 35.45%
R=45.51%
G=19.04%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088716200.580.220.18322.8156.2857.84
HexD057A203A1612143383a
Octal32012724207226225037072
Binary1101000010101111010001001110101011010010101000011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D057A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D057A2; }

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

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

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

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

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

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

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

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