#DB489F

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

Shades of Mulberry #DB489F

Tints of Mulberry #DB489F

Color information

#DB489F (or 0xDB489F) is unknown color: approx Mulberry. HEX triplet: DB, 48 and 9F. RGB value is (219,72,159). Sum of RGB (Red+Green+Blue) = 219+72+159=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB489F is #24B760. Grayscale: #7D7D7D. Windows color (decimal): -2406241 or 10438875. OLE color: 10438875.

HSL color Cylindrical-coordinate representation of color #DB489F: hue angle of 324.49º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB489F is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB21972159-
CMYK00.670.270.14
HSL324.49º67.12%57.06%-
HSV(B)324.49º67.12%85.88%-
XYZ37.7922.235.09-
YUV125.87146.7194.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.67%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 159 (62.5% from 255) = 35.33%
R=48.67%
G=16%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197215900.670.270.14324.4967.1257.06
HexDB489F0431BE1444339
Octal3331102370103331650410371
Binary11011011100100010011111010000111101111101010001001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB489F; }

 p { color: rgb(219,72,159); }

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

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

 a { background-color: rgb(219,72,159); }

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

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

 span { border-color: rgb(219,72,159); }

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