#DE77AC

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

Shades of Pale Violet Red #DE77AC

Tints of Pale Violet Red #DE77AC

Color information

#DE77AC (or 0xDE77AC) is unknown color: approx Pale Violet Red. HEX triplet: DE, 77 and AC. RGB value is (222,119,172). Sum of RGB (Red+Green+Blue) = 222+119+172=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE77AC is #218853. Grayscale: #9B9B9B. Windows color (decimal): -2197588 or 11302878. OLE color: 11302878.

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

Color convert

RGB222119172-
CMYK00.460.230.13
HSL329.13º60.95%66.86%-
HSV(B)329.13º46.4%87.06%-
XYZ44.1731.742.82-
YUV155.84137.12175.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 119 (46.88% from 255) = 23.20%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=43.27%
G=23.20%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211917200.460.230.13329.1360.9566.86
HexDE77AC02E17D1493d43
Octal336167254056271551175103
Binary1101111011101111010110001011101011111011010010011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77AC; }

 p { color: rgb(222,119,172); }

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

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

 a { background-color: rgb(222,119,172); }

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

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

 span { border-color: rgb(222,119,172); }

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