#DB539C

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

Shades of Mulberry #DB539C

Tints of Mulberry #DB539C

Color information

#DB539C (or 0xDB539C) is unknown color: approx Mulberry. HEX triplet: DB, 53 and 9C. RGB value is (219,83,156). Sum of RGB (Red+Green+Blue) = 219+83+156=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB539C is #24AC63. Grayscale: #838383. Windows color (decimal): -2403428 or 10245083. OLE color: 10245083.

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

Color convert

RGB21983156-
CMYK00.620.290.14
HSL327.79º65.38%59.22%-
HSV(B)327.79º62.1%85.88%-
XYZ38.3123.6534-
YUV131.99141.56190.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.82%
GREEN value IS 83 (32.81% from 255) = 18.12%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=47.82%
G=18.12%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198315600.620.290.14327.7965.3859.22
HexDB539C03E1DE148413b
Octal333123234076351651010173
Binary1101101110100111001110001111101110111101010010001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB539C; }

 p { color: rgb(219,83,156); }

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

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

 a { background-color: rgb(219,83,156); }

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

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

 span { border-color: rgb(219,83,156); }

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