#DB55A2

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

Shades of Mulberry #DB55A2

Tints of Mulberry #DB55A2

Color information

#DB55A2 (or 0xDB55A2) is unknown color: approx Mulberry. HEX triplet: DB, 55 and A2. RGB value is (219,85,162). Sum of RGB (Red+Green+Blue) = 219+85+162=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB55A2 is #24AA5D. Grayscale: #858585. Windows color (decimal): -2402910 or 10638811. OLE color: 10638811.

HSL color Cylindrical-coordinate representation of color #DB55A2: hue angle of 325.52º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB55A2 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB21985162-
CMYK00.610.260.14
HSL325.52º65.05%59.61%-
HSV(B)325.52º61.19%85.88%-
XYZ38.9824.1736.79-
YUV133.84143.89188.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.00%
GREEN value IS 85 (33.59% from 255) = 18.24%
BLUE value IS 162 (63.67% from 255) = 34.76%
R=47.00%
G=18.24%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198516200.610.260.14325.5265.0559.61
HexDB55A203D1AE146413c
Octal333125242075321650610174
Binary1101101110101011010001001111011101011101010001101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB55A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB55A2; }

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

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

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

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

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

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

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

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