#DE6EA7

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

Shades of Pale Violet Red #DE6EA7

Tints of Pale Violet Red #DE6EA7

Color information

#DE6EA7 (or 0xDE6EA7) is unknown color: approx Pale Violet Red. HEX triplet: DE, 6E and A7. RGB value is (222,110,167). Sum of RGB (Red+Green+Blue) = 222+110+167=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6EA7 is #219158. Grayscale: #959595. Windows color (decimal): -2199897 or 10972894. OLE color: 10972894.

HSL color Cylindrical-coordinate representation of color #DE6EA7: hue angle of 329.46º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6EA7 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB222110167-
CMYK00.500.250.13
HSL329.46º62.92%65.1%-
HSV(B)329.46º50.45%87.06%-
XYZ42.6829.4740-
YUV149.99137.61179.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 110 (43.36% from 255) = 22.04%
BLUE value IS 167 (65.62% from 255) = 33.47%
R=44.49%
G=22.04%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211016700.500.250.13329.4662.9265.1
HexDE6EA703219D1493f41
Octal336156247062311551177101
Binary1101111011011101010011101100101100111011010010011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6EA7; }

 p { color: rgb(222,110,167); }

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

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

 a { background-color: rgb(222,110,167); }

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

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

 span { border-color: rgb(222,110,167); }

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