#DB7690

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

Shades of Pale Violet Red #DB7690

Tints of Pale Violet Red #DB7690

Color information

#DB7690 (or 0xDB7690) is unknown color: approx Pale Violet Red. HEX triplet: DB, 76 and 90. RGB value is (219,118,144). Sum of RGB (Red+Green+Blue) = 219+118+144=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7690 is #24896F. Grayscale: #979797. Windows color (decimal): -2394480 or 9467611. OLE color: 9467611.

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

Color convert

RGB219118144-
CMYK00.460.340.14
HSL344.55º58.38%66.08%-
HSV(B)344.55º46.12%85.88%-
XYZ40.7330.0330.04-
YUV151.16123.96176.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.53%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=45.53%
G=24.53%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911814400.460.340.14344.5558.3866.08
HexDB769002E22E1593a42
Octal333166220056421653172102
Binary11011011111011010010000010111010001011101010110011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7690; }

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

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

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

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

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

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

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

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