#DB7892

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

Shades of Pale Violet Red #DB7892

Tints of Pale Violet Red #DB7892

Color information

#DB7892 (or 0xDB7892) is unknown color: approx Pale Violet Red. HEX triplet: DB, 78 and 92. RGB value is (219,120,146). Sum of RGB (Red+Green+Blue) = 219+120+146=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7892 is #24876D. Grayscale: #989898. Windows color (decimal): -2393966 or 9599195. OLE color: 9599195.

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

Color convert

RGB219120146-
CMYK00.450.330.14
HSL344.24º57.89%66.47%-
HSV(B)344.24º45.21%85.88%-
XYZ41.1230.5730.93-
YUV152.56124.3175.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.15%
GREEN value IS 120 (47.27% from 255) = 24.74%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=45.15%
G=24.74%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912014600.450.330.14344.2457.8966.47
HexDB789202D21E1583a42
Octal333170222055411653072102
Binary11011011111100010010010010110110000111101010110001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7892; }

 p { color: rgb(219,120,146); }

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

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

 a { background-color: rgb(219,120,146); }

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

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

 span { border-color: rgb(219,120,146); }

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