#DB7BA0

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

Shades of Pale Violet Red #DB7BA0

Tints of Pale Violet Red #DB7BA0

Color information

#DB7BA0 (or 0xDB7BA0) is unknown color: approx Pale Violet Red. HEX triplet: DB, 7B and A0. RGB value is (219,123,160). Sum of RGB (Red+Green+Blue) = 219+123+160=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7BA0 is #24845F. Grayscale: #9B9B9B. Windows color (decimal): -2393184 or 10517467. OLE color: 10517467.

HSL color Cylindrical-coordinate representation of color #DB7BA0: hue angle of 336.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7BA0 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB219123160-
CMYK00.440.270.14
HSL336.88º57.14%67.06%-
HSV(B)336.88º43.84%85.88%-
XYZ42.6431.7637.14-
YUV155.92130.3172.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.63%
GREEN value IS 123 (48.44% from 255) = 24.50%
BLUE value IS 160 (62.89% from 255) = 31.87%
R=43.63%
G=24.50%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912316000.440.270.14336.8857.1467.06
HexDB7BA002C1BE1513943
Octal333173240054331652171103
Binary1101101111110111010000001011001101111101010100011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7BA0; }

 p { color: rgb(219,123,160); }

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

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

 a { background-color: rgb(219,123,160); }

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

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

 span { border-color: rgb(219,123,160); }

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