#DB77A3

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

Shades of Pale Violet Red #DB77A3

Tints of Pale Violet Red #DB77A3

Color information

#DB77A3 (or 0xDB77A3) is unknown color: approx Pale Violet Red. HEX triplet: DB, 77 and A3. RGB value is (219,119,163). Sum of RGB (Red+Green+Blue) = 219+119+163=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB77A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB77A3 is #24885C. Grayscale: #999999. Windows color (decimal): -2394205 or 10713051. OLE color: 10713051.

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

Color convert

RGB219119163-
CMYK00.460.260.14
HSL333.6º58.14%66.27%-
HSV(B)333.6º45.66%85.88%-
XYZ42.4230.938.38-
YUV153.92133.13174.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.71%
GREEN value IS 119 (46.88% from 255) = 23.75%
BLUE value IS 163 (64.06% from 255) = 32.53%
R=43.71%
G=23.75%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911916300.460.260.14333.658.1466.27
HexDB77A302E1AE14e3a42
Octal333167243056321651672102
Binary1101101111101111010001101011101101011101010011101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB77A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB77A3; }

 p { color: rgb(219,119,163); }

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

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

 a { background-color: rgb(219,119,163); }

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

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

 span { border-color: rgb(219,119,163); }

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