#DE76AB

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

Shades of Pale Violet Red #DE76AB

Tints of Pale Violet Red #DE76AB

Color information

#DE76AB (or 0xDE76AB) is unknown color: approx Pale Violet Red. HEX triplet: DE, 76 and AB. RGB value is (222,118,171). Sum of RGB (Red+Green+Blue) = 222+118+171=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE76AB is #218954. Grayscale: #9B9B9B. Windows color (decimal): -2197845 or 11237086. OLE color: 11237086.

HSL color Cylindrical-coordinate representation of color #DE76AB: hue angle of 329.42º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE76AB is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222118171-
CMYK00.470.230.13
HSL329.42º61.18%66.67%-
HSV(B)329.42º46.85%87.06%-
XYZ43.9531.4342.28-
YUV155.14136.96175.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.44%
GREEN value IS 118 (46.48% from 255) = 23.09%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=43.44%
G=23.09%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211817100.470.230.13329.4261.1866.67
HexDE76AB02F17D1493d43
Octal336166253057271551175103
Binary1101111011101101010101101011111011111011010010011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76AB; }

 p { color: rgb(222,118,171); }

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

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

 a { background-color: rgb(222,118,171); }

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

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

 span { border-color: rgb(222,118,171); }

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