#D76E94

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

Shades of Pale Violet Red #D76E94

Tints of Pale Violet Red #D76E94

Color information

#D76E94 (or 0xD76E94) is unknown color: approx Pale Violet Red. HEX triplet: D7, 6E and 94. RGB value is (215,110,148). Sum of RGB (Red+Green+Blue) = 215+110+148=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E94 is #28916B. Grayscale: #919191. Windows color (decimal): -2658668 or 9727703. OLE color: 9727703.

HSL color Cylindrical-coordinate representation of color #D76E94: hue angle of 338.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76E94 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215110148-
CMYK00.490.310.16
HSL338.29º56.76%63.73%-
HSV(B)338.29º48.84%84.31%-
XYZ38.9527.7431.32-
YUV145.73129.29177.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.45%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=45.45%
G=23.26%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511014800.490.310.16338.2956.7663.73
HexD76E940311F101523940
Octal327156224061372052271100
Binary11010111110111010010100011000111111100001010100101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76E94; }

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

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

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

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

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

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

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

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