#DB46A2

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

Shades of Mulberry #DB46A2

Tints of Mulberry #DB46A2

Color information

#DB46A2 (or 0xDB46A2) is unknown color: approx Mulberry. HEX triplet: DB, 46 and A2. RGB value is (219,70,162). Sum of RGB (Red+Green+Blue) = 219+70+162=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB46A2 is #24B95D. Grayscale: #7C7C7C. Windows color (decimal): -2406750 or 10634971. OLE color: 10634971.

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

Color convert

RGB21970162-
CMYK00.680.260.14
HSL322.95º67.42%56.67%-
HSV(B)322.95º68.04%85.88%-
XYZ37.9322.0536.44-
YUV125.04148.86195.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.56%
GREEN value IS 70 (27.73% from 255) = 15.52%
BLUE value IS 162 (63.67% from 255) = 35.92%
R=48.56%
G=15.52%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197016200.680.260.14322.9567.4256.67
HexDB46A20441AE1434339
Octal3331062420104321650310371
Binary11011011100011010100010010001001101011101010000111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB46A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB46A2; }

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

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

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

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

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

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

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

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