#D8769E

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

Shades of Pale Violet Red #D8769E

Tints of Pale Violet Red #D8769E

Color information

#D8769E (or 0xD8769E) is unknown color: approx Pale Violet Red. HEX triplet: D8, 76 and 9E. RGB value is (216,118,158). Sum of RGB (Red+Green+Blue) = 216+118+158=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8769E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8769E is #278961. Grayscale: #979797. Windows color (decimal): -2591074 or 10385112. OLE color: 10385112.

HSL color Cylindrical-coordinate representation of color #D8769E: hue angle of 335.51º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8769E is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB216118158-
CMYK00.450.270.15
HSL335.51º55.68%65.49%-
HSV(B)335.51º45.37%84.71%-
XYZ40.9730.0235.98-
YUV151.86131.47173.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.90%
GREEN value IS 118 (46.48% from 255) = 23.98%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=43.90%
G=23.98%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611815800.450.270.15335.5155.6865.49
HexD8769E02D1BF1503841
Octal330166236055331752070101
Binary1101100011101101001111001011011101111111010100001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8769E; }

 p { color: rgb(216,118,158); }

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

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

 a { background-color: rgb(216,118,158); }

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

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

 span { border-color: rgb(216,118,158); }

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