#DB5090

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

Shades of Mulberry #DB5090

Tints of Mulberry #DB5090

Color information

#DB5090 (or 0xDB5090) is unknown color: approx Mulberry. HEX triplet: DB, 50 and 90. RGB value is (219,80,144). Sum of RGB (Red+Green+Blue) = 219+80+144=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5090 is #24AF6F. Grayscale: #808080. Windows color (decimal): -2404208 or 9457883. OLE color: 9457883.

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

Color convert

RGB21980144-
CMYK00.630.340.14
HSL332.37º65.88%58.63%-
HSV(B)332.37º63.47%85.88%-
XYZ37.1222.8128.83-
YUV128.86136.55192.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.44%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=49.44%
G=18.06%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198014400.630.340.14332.3765.8858.63
HexDB509003F22E14c423b
Octal333120220077421651410273
Binary11011011101000010010000011111110001011101010011001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5090; }

 p { color: rgb(219,80,144); }

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

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

 a { background-color: rgb(219,80,144); }

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

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

 span { border-color: rgb(219,80,144); }

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