#DE76A4

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

Shades of Pale Violet Red #DE76A4

Tints of Pale Violet Red #DE76A4

Color information

#DE76A4 (or 0xDE76A4) is unknown color: approx Pale Violet Red. HEX triplet: DE, 76 and A4. RGB value is (222,118,164). Sum of RGB (Red+Green+Blue) = 222+118+164=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE76A4 is #21895B. Grayscale: #9A9A9A. Windows color (decimal): -2197852 or 10778334. OLE color: 10778334.

HSL color Cylindrical-coordinate representation of color #DE76A4: hue angle of 333.46º 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 #DE76A4 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB222118164-
CMYK00.470.260.13
HSL333.46º61.18%66.67%-
HSV(B)333.46º46.85%87.06%-
XYZ43.331.1738.86-
YUV154.34133.46176.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 118 (46.48% from 255) = 23.41%
BLUE value IS 164 (64.45% from 255) = 32.54%
R=44.05%
G=23.41%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211816400.470.260.13333.4661.1866.67
HexDE76A402F1AD14d3d43
Octal336166244057321551575103
Binary1101111011101101010010001011111101011011010011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76A4; }

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

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

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

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

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

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

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

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