#D76C8E

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

Shades of Pale Violet Red #D76C8E

Tints of Pale Violet Red #D76C8E

Color information

#D76C8E (or 0xD76C8E) is unknown color: approx Pale Violet Red. HEX triplet: D7, 6C and 8E. RGB value is (215,108,142). Sum of RGB (Red+Green+Blue) = 215+108+142=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C8E is #289371. Grayscale: #8F8F8F. Windows color (decimal): -2659186 or 9333975. OLE color: 9333975.

HSL color Cylindrical-coordinate representation of color #D76C8E: hue angle of 340.93º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C8E is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB215108142-
CMYK00.500.340.16
HSL340.93º57.22%63.33%-
HSV(B)340.93º49.77%84.31%-
XYZ38.2727.1328.81-
YUV143.87126.95178.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.24%
GREEN value IS 108 (42.58% from 255) = 23.23%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=46.24%
G=23.23%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510814200.500.340.16340.9357.2263.33
HexD76C8E0322210155393f
Octal32715421606242205257177
Binary11010111110110010001110011001010001010000101010101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76C8E; }

 p { color: rgb(215,108,142); }

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

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

 a { background-color: rgb(215,108,142); }

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

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

 span { border-color: rgb(215,108,142); }

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