#DB43A3

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

Shades of Mulberry #DB43A3

Tints of Mulberry #DB43A3

Color information

#DB43A3 (or 0xDB43A3) is unknown color: approx Mulberry. HEX triplet: DB, 43 and A3. RGB value is (219,67,163). Sum of RGB (Red+Green+Blue) = 219+67+163=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB43A3 is #24BC5C. Grayscale: #7B7B7B. Windows color (decimal): -2407517 or 10699739. OLE color: 10699739.

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

Color convert

RGB21967163-
CMYK00.690.260.14
HSL322.11º67.86%56.08%-
HSV(B)322.11º69.41%85.88%-
XYZ37.8321.7236.85-
YUV123.39150.36196.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.78%
GREEN value IS 67 (26.56% from 255) = 14.92%
BLUE value IS 163 (64.06% from 255) = 36.30%
R=48.78%
G=14.92%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196716300.690.260.14322.1167.8656.08
HexDB43A30451AE1424438
Octal3331032430105321650210470
Binary11011011100001110100011010001011101011101010000101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB43A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB43A3; }

 p { color: rgb(219,67,163); }

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

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

 a { background-color: rgb(219,67,163); }

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

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

 span { border-color: rgb(219,67,163); }

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