#D055A0

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

Shades of Mulberry #D055A0

Tints of Mulberry #D055A0

Color information

#D055A0 (or 0xD055A0) is unknown color: approx Mulberry. HEX triplet: D0, 55 and A0. RGB value is (208,85,160). Sum of RGB (Red+Green+Blue) = 208+85+160=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D055A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D055A0 is #2FAA5F. Grayscale: #828282. Windows color (decimal): -3123808 or 10507728. OLE color: 10507728.

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

Color convert

RGB20885160-
CMYK00.590.230.18
HSL323.41º56.68%57.45%-
HSV(B)323.41º59.13%81.57%-
XYZ35.6122.4435.71-
YUV130.33144.75183.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 85 (33.59% from 255) = 18.76%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=45.92%
G=18.76%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088516000.590.230.18323.4156.6857.45
HexD055A003B17121433939
Octal32012524007327225037171
Binary1101000010101011010000001110111011110010101000011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D055A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D055A0; }

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

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

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

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

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

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

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

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