#D055A2

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

Shades of Mulberry #D055A2

Tints of Mulberry #D055A2

Color information

#D055A2 (or 0xD055A2) is unknown color: approx Mulberry. HEX triplet: D0, 55 and A2. RGB value is (208,85,162). Sum of RGB (Red+Green+Blue) = 208+85+162=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D055A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D055A2 is #2FAA5D. Grayscale: #828282. Windows color (decimal): -3123806 or 10638800. OLE color: 10638800.

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

Color convert

RGB20885162-
CMYK00.590.220.18
HSL322.44º56.68%57.45%-
HSV(B)322.44º59.13%81.57%-
XYZ35.7822.5236.64-
YUV130.55145.75183.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 85 (33.59% from 255) = 18.68%
BLUE value IS 162 (63.67% from 255) = 35.60%
R=45.71%
G=18.68%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088516200.590.220.18322.4456.6857.45
HexD055A203B16121423939
Octal32012524207326225027171
Binary1101000010101011010001001110111011010010101000010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D055A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D055A2; }

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

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

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

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

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

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

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

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