#D76A94

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

Shades of Pale Violet Red #D76A94

Tints of Pale Violet Red #D76A94

Color information

#D76A94 (or 0xD76A94) is unknown color: approx Pale Violet Red. HEX triplet: D7, 6A and 94. RGB value is (215,106,148). Sum of RGB (Red+Green+Blue) = 215+106+148=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76A94 is #28956B. Grayscale: #8F8F8F. Windows color (decimal): -2659692 or 9726679. OLE color: 9726679.

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

Color convert

RGB215106148-
CMYK00.510.310.16
HSL336.88º57.67%62.94%-
HSV(B)336.88º50.7%84.31%-
XYZ38.5226.8931.18-
YUV143.38130.61179.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.84%
GREEN value IS 106 (41.80% from 255) = 22.60%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=45.84%
G=22.60%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510614800.510.310.16336.8857.6762.94
HexD76A940331F101513a3f
Octal32715222406337205217277
Binary1101011111010101001010001100111111110000101010001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76A94; }

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

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

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

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

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

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

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

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