#DB6D9D

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

Shades of Pale Violet Red #DB6D9D

Tints of Pale Violet Red #DB6D9D

Color information

#DB6D9D (or 0xDB6D9D) is unknown color: approx Pale Violet Red. HEX triplet: DB, 6D and 9D. RGB value is (219,109,157). Sum of RGB (Red+Green+Blue) = 219+109+157=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D9D is #249262. Grayscale: #939393. Windows color (decimal): -2396771 or 10317275. OLE color: 10317275.

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

Color convert

RGB219109157-
CMYK00.500.280.14
HSL333.82º60.44%64.31%-
HSV(B)333.82º50.23%85.88%-
XYZ40.7728.4335.24-
YUV147.36133.44179.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.15%
GREEN value IS 109 (42.97% from 255) = 22.47%
BLUE value IS 157 (61.72% from 255) = 32.37%
R=45.15%
G=22.47%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910915700.500.280.14333.8260.4464.31
HexDB6D9D0321CE14e3c40
Octal333155235062341651674100
Binary1101101111011011001110101100101110011101010011101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6D9D; }

 p { color: rgb(219,109,157); }

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

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

 a { background-color: rgb(219,109,157); }

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

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

 span { border-color: rgb(219,109,157); }

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