#D76E9B

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

Shades of Pale Violet Red #D76E9B

Tints of Pale Violet Red #D76E9B

Color information

#D76E9B (or 0xD76E9B) is unknown color: approx Pale Violet Red. HEX triplet: D7, 6E and 9B. RGB value is (215,110,155). Sum of RGB (Red+Green+Blue) = 215+110+155=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E9B is #289164. Grayscale: #929292. Windows color (decimal): -2658661 or 10186455. OLE color: 10186455.

HSL color Cylindrical-coordinate representation of color #D76E9B: hue angle of 334.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 #D76E9B is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB215110155-
CMYK00.490.280.16
HSL334.29º56.76%63.73%-
HSV(B)334.29º48.84%84.31%-
XYZ39.5227.9734.33-
YUV146.52132.79176.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.79%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 155 (60.94% from 255) = 32.29%
R=44.79%
G=22.92%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511015500.490.280.16334.2956.7663.73
HexD76E9B0311C1014e3940
Octal327156233061342051671100
Binary11010111110111010011011011000111100100001010011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76E9B; }

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

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

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

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

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

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

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

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