#D055A4

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

Shades of Mulberry #D055A4

Tints of Mulberry #D055A4

Color information

#D055A4 (or 0xD055A4) is unknown color: approx Mulberry. HEX triplet: D0, 55 and A4. RGB value is (208,85,164). Sum of RGB (Red+Green+Blue) = 208+85+164=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D055A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D055A4 is #2FAA5B. Grayscale: #828282. Windows color (decimal): -3123804 or 10769872. OLE color: 10769872.

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

Color convert

RGB20885164-
CMYK00.590.210.18
HSL321.46º56.68%57.45%-
HSV(B)321.46º59.13%81.57%-
XYZ35.9622.5937.59-
YUV130.78146.75183.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.51%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 164 (64.45% from 255) = 35.89%
R=45.51%
G=18.60%
B=35.89%

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
Decimal2088516400.590.210.18321.4656.6857.45
HexD055A403B15121413939
Octal32012524407325225017171
Binary1101000010101011010010001110111010110010101000001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D055A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D055A4; }

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

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

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

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

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

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

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

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