#db769f

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

Shades of Pale Violet Red #DB769F

Tints of Pale Violet Red #DB769F

Color information

#DB769F (or 0xDB769F) is unknown color: approx Pale Violet Red. HEX triplet: DB, 76 and 9F. RGB value is (219,118,159). Sum of RGB (Red+Green+Blue) = 219+118+159=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB769F is #248960. Grayscale: #989898. Windows color (decimal): -2394465 or 10450651. OLE color: 10450651.

HSL color Cylindrical-coordinate representation of color #DB769F: hue angle of 335.64º 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 #DB769F is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB219118159-
CMYK00.460.270.14
HSL335.64º58.38%66.08%-
HSV(B)335.64º46.12%85.88%-
XYZ41.9530.5236.48-
YUV152.87131.46175.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.15%
GREEN value IS 118 (46.48% from 255) = 23.79%
BLUE value IS 159 (62.5% from 255) = 32.06%
R=44.15%
G=23.79%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911815900.460.270.14335.6458.3866.08
HexDB769F02E1BE1503a42
Octal333166237056331652072102
Binary1101101111101101001111101011101101111101010100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db769f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db769f; }

 p { color: rgb(219,118,159); }

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

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

 a { background-color: rgb(219,118,159); }

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

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

 span { border-color: rgb(219,118,159); }

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