#DB6E91

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

Shades of Pale Violet Red #DB6E91

Tints of Pale Violet Red #DB6E91

Color information

#DB6E91 (or 0xDB6E91) is unknown color: approx Pale Violet Red. HEX triplet: DB, 6E and 91. RGB value is (219,110,145). Sum of RGB (Red+Green+Blue) = 219+110+145=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E91 is #24916E. Grayscale: #929292. Windows color (decimal): -2396527 or 9531099. OLE color: 9531099.

HSL color Cylindrical-coordinate representation of color #DB6E91: hue angle of 340.73º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6E91 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB219110145-
CMYK00.500.340.14
HSL340.73º60.22%64.51%-
HSV(B)340.73º49.77%85.88%-
XYZ39.928.2630.14-
YUV146.58127.11179.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 145 (57.03% from 255) = 30.59%
R=46.20%
G=23.21%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911014500.500.340.14340.7360.2264.51
HexDB6E9103222E1553c41
Octal333156221062421652574101
Binary11011011110111010010001011001010001011101010101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6E91; }

 p { color: rgb(219,110,145); }

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

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

 a { background-color: rgb(219,110,145); }

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

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

 span { border-color: rgb(219,110,145); }

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