#DB4AA4

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

Shades of Mulberry #DB4AA4

Tints of Mulberry #DB4AA4

Color information

#DB4AA4 (or 0xDB4AA4) is unknown color: approx Mulberry. HEX triplet: DB, 4A and A4. RGB value is (219,74,164). Sum of RGB (Red+Green+Blue) = 219+74+164=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AA4 is #24B55B. Grayscale: #7F7F7F. Windows color (decimal): -2405724 or 10767067. OLE color: 10767067.

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

Color convert

RGB21974164-
CMYK00.660.250.14
HSL322.76º66.82%57.45%-
HSV(B)322.76º66.21%85.88%-
XYZ38.3622.6437.47-
YUV127.61148.54193.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.92%
GREEN value IS 74 (29.30% from 255) = 16.19%
BLUE value IS 164 (64.45% from 255) = 35.89%
R=47.92%
G=16.19%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197416400.660.250.14322.7666.8257.45
HexDB4AA404219E1434339
Octal3331122440102311650310371
Binary11011011100101010100100010000101100111101010000111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4AA4; }

 p { color: rgb(219,74,164); }

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

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

 a { background-color: rgb(219,74,164); }

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

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

 span { border-color: rgb(219,74,164); }

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