#DE77A6

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

Shades of Pale Violet Red #DE77A6

Tints of Pale Violet Red #DE77A6

Color information

#DE77A6 (or 0xDE77A6) is unknown color: approx Pale Violet Red. HEX triplet: DE, 77 and A6. RGB value is (222,119,166). Sum of RGB (Red+Green+Blue) = 222+119+166=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE77A6 is #218859. Grayscale: #9B9B9B. Windows color (decimal): -2197594 or 10909662. OLE color: 10909662.

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

Color convert

RGB222119166-
CMYK00.460.250.13
HSL332.62º60.95%66.86%-
HSV(B)332.62º46.4%87.06%-
XYZ43.631.4839.85-
YUV155.16134.12175.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.79%
GREEN value IS 119 (46.88% from 255) = 23.47%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=43.79%
G=23.47%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211916600.460.250.13332.6260.9566.86
HexDE77A602E19D14d3d43
Octal336167246056311551575103
Binary1101111011101111010011001011101100111011010011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77A6; }

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

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

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

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

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

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

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

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