#DE7EA3

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

Shades of Pale Violet Red #DE7EA3

Tints of Pale Violet Red #DE7EA3

Color information

#DE7EA3 (or 0xDE7EA3) is unknown color: approx Pale Violet Red. HEX triplet: DE, 7E and A3. RGB value is (222,126,163). Sum of RGB (Red+Green+Blue) = 222+126+163=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7EA3 is #21815C. Grayscale: #9E9E9E. Windows color (decimal): -2195805 or 10714846. OLE color: 10714846.

HSL color Cylindrical-coordinate representation of color #DE7EA3: hue angle of 336.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7EA3 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB222126163-
CMYK00.430.270.13
HSL336.88º59.26%68.24%-
HSV(B)336.88º43.24%87.06%-
XYZ44.233.138.71-
YUV158.92130.3172.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.44%
GREEN value IS 126 (49.61% from 255) = 24.66%
BLUE value IS 163 (64.06% from 255) = 31.90%
R=43.44%
G=24.66%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212616300.430.270.13336.8859.2668.24
HexDE7EA302B1BD1513b44
Octal336176243053331552173104
Binary1101111011111101010001101010111101111011010100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7EA3; }

 p { color: rgb(222,126,163); }

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

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

 a { background-color: rgb(222,126,163); }

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

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

 span { border-color: rgb(222,126,163); }

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