#D055A5

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

Shades of Mulberry #D055A5

Tints of Mulberry #D055A5

Color information

#D055A5 (or 0xD055A5) is unknown color: approx Mulberry. HEX triplet: D0, 55 and A5. RGB value is (208,85,165). Sum of RGB (Red+Green+Blue) = 208+85+165=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D055A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D055A5 is #2FAA5A. Grayscale: #828282. Windows color (decimal): -3123803 or 10835408. OLE color: 10835408.

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

Color convert

RGB20885165-
CMYK00.590.210.18
HSL320.98º56.68%57.45%-
HSV(B)320.98º59.13%81.57%-
XYZ36.0522.6238.06-
YUV130.9147.25183-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.41%
GREEN value IS 85 (33.59% from 255) = 18.56%
BLUE value IS 165 (64.84% from 255) = 36.03%
R=45.41%
G=18.56%
B=36.03%

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
Decimal2088516500.590.210.18320.9856.6857.45
HexD055A503B15121413939
Octal32012524507325225017171
Binary1101000010101011010010101110111010110010101000001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D055A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D055A5; }

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

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

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

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

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

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

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

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