#D76D96

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

Shades of Pale Violet Red #D76D96

Tints of Pale Violet Red #D76D96

Color information

#D76D96 (or 0xD76D96) is unknown color: approx Pale Violet Red. HEX triplet: D7, 6D and 96. RGB value is (215,109,150). Sum of RGB (Red+Green+Blue) = 215+109+150=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76D96 is #289269. Grayscale: #919191. Windows color (decimal): -2658922 or 9858519. OLE color: 9858519.

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

Color convert

RGB215109150-
CMYK00.490.300.16
HSL336.79º56.99%63.53%-
HSV(B)336.79º49.3%84.31%-
XYZ3927.5932.12-
YUV145.37130.62177.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.36%
GREEN value IS 109 (42.97% from 255) = 23.00%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=45.36%
G=23.00%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510915000.490.300.16336.7956.9963.53
HexD76D960311E101513940
Octal327155226061362052171100
Binary11010111110110110010110011000111110100001010100011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76D96; }

 p { color: rgb(215,109,150); }

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

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

 a { background-color: rgb(215,109,150); }

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

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

 span { border-color: rgb(215,109,150); }

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