#D055A6

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

Shades of Mulberry #D055A6

Tints of Mulberry #D055A6

Color information

#D055A6 (or 0xD055A6) is unknown color: approx Mulberry. HEX triplet: D0, 55 and A6. RGB value is (208,85,166). Sum of RGB (Red+Green+Blue) = 208+85+166=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D055A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D055A6 is #2FAA59. Grayscale: #828282. Windows color (decimal): -3123802 or 10900944. OLE color: 10900944.

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

Color convert

RGB20885166-
CMYK00.590.200.18
HSL320.49º56.68%57.45%-
HSV(B)320.49º59.13%81.57%-
XYZ36.1422.6638.55-
YUV131.01147.75182.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 166 (65.23% from 255) = 36.17%
R=45.32%
G=18.52%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088516600.590.200.18320.4956.6857.45
HexD055A603B14121403939
Octal32012524607324225007171
Binary1101000010101011010011001110111010010010101000000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D055A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D055A6; }

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

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

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

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

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

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

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

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