#DB559A

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

Shades of Mulberry #DB559A

Tints of Mulberry #DB559A

Color information

#DB559A (or 0xDB559A) is unknown color: approx Mulberry. HEX triplet: DB, 55 and 9A. RGB value is (219,85,154). Sum of RGB (Red+Green+Blue) = 219+85+154=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB559A is #24AA65. Grayscale: #848484. Windows color (decimal): -2402918 or 10114523. OLE color: 10114523.

HSL color Cylindrical-coordinate representation of color #DB559A: hue angle of 329.1º 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 #DB559A is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB21985154-
CMYK00.610.300.14
HSL329.1º65.05%59.61%-
HSV(B)329.1º61.19%85.88%-
XYZ38.2923.8933.16-
YUV132.93139.89189.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.82%
GREEN value IS 85 (33.59% from 255) = 18.56%
BLUE value IS 154 (60.55% from 255) = 33.62%
R=47.82%
G=18.56%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198515400.610.300.14329.165.0559.61
HexDB559A03D1EE149413c
Octal333125232075361651110174
Binary1101101110101011001101001111011111011101010010011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB559A; }

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

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

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

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

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

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

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

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