#D057A1

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

Shades of Mulberry #D057A1

Tints of Mulberry #D057A1

Color information

#D057A1 (or 0xD057A1) is unknown color: approx Mulberry. HEX triplet: D0, 57 and A1. RGB value is (208,87,161). Sum of RGB (Red+Green+Blue) = 208+87+161=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D057A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D057A1 is #2FA85E. Grayscale: #838383. Windows color (decimal): -3123295 or 10573776. OLE color: 10573776.

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

Color convert

RGB20887161-
CMYK00.580.230.18
HSL323.31º56.28%57.84%-
HSV(B)323.31º58.17%81.57%-
XYZ35.8522.836.23-
YUV131.62144.59182.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.61%
GREEN value IS 87 (34.38% from 255) = 19.08%
BLUE value IS 161 (63.28% from 255) = 35.31%
R=45.61%
G=19.08%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088716100.580.230.18323.3156.2857.84
HexD057A103A1712143383a
Octal32012724107227225037072
Binary1101000010101111010000101110101011110010101000011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D057A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D057A1; }

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

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

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

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

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

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

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

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