#D76A8F

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

Shades of Pale Violet Red #D76A8F

Tints of Pale Violet Red #D76A8F

Color information

#D76A8F (or 0xD76A8F) is unknown color: approx Pale Violet Red. HEX triplet: D7, 6A and 8F. RGB value is (215,106,143). Sum of RGB (Red+Green+Blue) = 215+106+143=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76A8F is #289570. Grayscale: #8E8E8E. Windows color (decimal): -2659697 or 9398999. OLE color: 9398999.

HSL color Cylindrical-coordinate representation of color #D76A8F: hue angle of 339.63º 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 #D76A8F is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215106143-
CMYK00.510.330.16
HSL339.63º57.67%62.94%-
HSV(B)339.63º50.7%84.31%-
XYZ38.1426.7429.14-
YUV142.81128.11179.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.34%
GREEN value IS 106 (41.80% from 255) = 22.84%
BLUE value IS 143 (56.25% from 255) = 30.82%
R=46.34%
G=22.84%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510614300.510.330.16339.6357.6762.94
HexD76A8F03321101543a3f
Octal32715221706341205247277
Binary11010111110101010001111011001110000110000101010100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76A8F; }

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

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

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

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

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

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

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

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