#DB768E

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

Shades of Pale Violet Red #DB768E

Tints of Pale Violet Red #DB768E

Color information

#DB768E (or 0xDB768E) is unknown color: approx Pale Violet Red. HEX triplet: DB, 76 and 8E. RGB value is (219,118,142). Sum of RGB (Red+Green+Blue) = 219+118+142=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB768E is #248971. Grayscale: #969696. Windows color (decimal): -2394482 or 9336539. OLE color: 9336539.

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

Color convert

RGB219118142-
CMYK00.460.350.14
HSL345.74º58.38%66.08%-
HSV(B)345.74º46.12%85.88%-
XYZ40.5729.9729.24-
YUV150.93122.96176.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.72%
GREEN value IS 118 (46.48% from 255) = 24.63%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=45.72%
G=24.63%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911814200.460.350.14345.7458.3866.08
HexDB768E02E23E15a3a42
Octal333166216056431653272102
Binary11011011111011010001110010111010001111101010110101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB768E; }

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

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

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

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

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

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

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

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