#DB73A2

Color #DB73A2 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DB73A2

Tints of Pale Violet Red #DB73A2

Color information

#DB73A2 (or 0xDB73A2) is unknown color: approx Pale Violet Red. HEX triplet: DB, 73 and A2. RGB value is (219,115,162). Sum of RGB (Red+Green+Blue) = 219+115+162=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB73A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB73A2 is #248C5D. Grayscale: #979797. Windows color (decimal): -2395230 or 10646491. OLE color: 10646491.

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

Color convert

RGB219115162-
CMYK00.470.260.14
HSL332.88º59.09%65.49%-
HSV(B)332.88º47.49%85.88%-
XYZ41.8729.9337.75-
YUV151.45133.96176.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.15%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 162 (63.67% from 255) = 32.66%
R=44.15%
G=23.19%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911516200.470.260.14332.8859.0965.49
HexDB73A202F1AE14d3b41
Octal333163242057321651573101
Binary1101101111100111010001001011111101011101010011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB73A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB73A2; }

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

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

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

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

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

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

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

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