#D7769B

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

Shades of Pale Violet Red #D7769B

Tints of Pale Violet Red #D7769B

Color information

#D7769B (or 0xD7769B) is unknown color: approx Pale Violet Red. HEX triplet: D7, 76 and 9B. RGB value is (215,118,155). Sum of RGB (Red+Green+Blue) = 215+118+155=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D7769B is #288964. Grayscale: #979797. Windows color (decimal): -2656613 or 10188503. OLE color: 10188503.

HSL color Cylindrical-coordinate representation of color #D7769B: hue angle of 337.11º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7769B is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB215118155-
CMYK00.450.280.16
HSL337.11º54.8%65.29%-
HSV(B)337.11º45.12%84.31%-
XYZ40.4229.7734.63-
YUV151.22130.14173.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 155 (60.94% from 255) = 31.76%
R=44.06%
G=24.18%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511815500.450.280.16337.1154.865.29
HexD7769B02D1C101513741
Octal327166233055342052167101
Binary11010111111011010011011010110111100100001010100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7769B; }

 p { color: rgb(215,118,155); }

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

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

 a { background-color: rgb(215,118,155); }

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

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

 span { border-color: rgb(215,118,155); }

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