#DB779B

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

Shades of Pale Violet Red #DB779B

Tints of Pale Violet Red #DB779B

Color information

#DB779B (or 0xDB779B) is unknown color: approx Pale Violet Red. HEX triplet: DB, 77 and 9B. RGB value is (219,119,155). Sum of RGB (Red+Green+Blue) = 219+119+155=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB779B is #248864. Grayscale: #989898. Windows color (decimal): -2394213 or 10188763. OLE color: 10188763.

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

Color convert

RGB219119155-
CMYK00.460.290.14
HSL338.4º58.14%66.27%-
HSV(B)338.4º45.66%85.88%-
XYZ41.7330.6234.72-
YUV153129.13175.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.42%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=44.42%
G=24.14%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911915500.460.290.14338.458.1466.27
HexDB779B02E1DE1523a42
Octal333167233056351652272102
Binary1101101111101111001101101011101110111101010100101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB779B; }

 p { color: rgb(219,119,155); }

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

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

 a { background-color: rgb(219,119,155); }

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

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

 span { border-color: rgb(219,119,155); }

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