#D76A8C

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

Shades of Pale Violet Red #D76A8C

Tints of Pale Violet Red #D76A8C

Color information

#D76A8C (or 0xD76A8C) is unknown color: approx Pale Violet Red. HEX triplet: D7, 6A and 8C. RGB value is (215,106,140). Sum of RGB (Red+Green+Blue) = 215+106+140=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76A8C is #289573. Grayscale: #8E8E8E. Windows color (decimal): -2659700 or 9202391. OLE color: 9202391.

HSL color Cylindrical-coordinate representation of color #D76A8C: hue angle of 341.28º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76A8C is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB215106140-
CMYK00.510.350.16
HSL341.28º57.67%62.94%-
HSV(B)341.28º50.7%84.31%-
XYZ37.9126.6527.96-
YUV142.47126.61179.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=46.64%
G=22.99%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510614000.510.350.16341.2857.6762.94
HexD76A8C03323101553a3f
Octal32715221406343205257277
Binary11010111110101010001100011001110001110000101010101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76A8C; }

 p { color: rgb(215,106,140); }

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

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

 a { background-color: rgb(215,106,140); }

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

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

 span { border-color: rgb(215,106,140); }

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