#DE77A1

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

Shades of Pale Violet Red #DE77A1

Tints of Pale Violet Red #DE77A1

Color information

#DE77A1 (or 0xDE77A1) is unknown color: approx Pale Violet Red. HEX triplet: DE, 77 and A1. RGB value is (222,119,161). Sum of RGB (Red+Green+Blue) = 222+119+161=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE77A1 is #21885E. Grayscale: #9A9A9A. Windows color (decimal): -2197599 or 10581982. OLE color: 10581982.

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

Color convert

RGB222119161-
CMYK00.460.270.13
HSL335.53º60.95%66.86%-
HSV(B)335.53º46.4%87.06%-
XYZ43.1531.337.48-
YUV154.58131.62176.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 119 (46.88% from 255) = 23.71%
BLUE value IS 161 (63.28% from 255) = 32.07%
R=44.22%
G=23.71%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211916100.460.270.13335.5360.9566.86
HexDE77A102E1BD1503d43
Octal336167241056331552075103
Binary1101111011101111010000101011101101111011010100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77A1; }

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

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

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

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

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

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

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

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