#DB7890

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

Shades of Pale Violet Red #DB7890

Tints of Pale Violet Red #DB7890

Color information

#DB7890 (or 0xDB7890) is unknown color: approx Pale Violet Red. HEX triplet: DB, 78 and 90. RGB value is (219,120,144). Sum of RGB (Red+Green+Blue) = 219+120+144=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7890 is #24876F. Grayscale: #989898. Windows color (decimal): -2393968 or 9468123. OLE color: 9468123.

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

Color convert

RGB219120144-
CMYK00.450.340.14
HSL345.45º57.89%66.47%-
HSV(B)345.45º45.21%85.88%-
XYZ40.9630.5130.11-
YUV152.34123.3175.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.34%
GREEN value IS 120 (47.27% from 255) = 24.84%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=45.34%
G=24.84%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912014400.450.340.14345.4557.8966.47
HexDB789002D22E1593a42
Octal333170220055421653172102
Binary11011011111100010010000010110110001011101010110011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7890; }

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

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

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

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

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

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

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

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