#DE7493

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

Shades of Pale Violet Red #DE7493

Tints of Pale Violet Red #DE7493

Color information

#DE7493 (or 0xDE7493) is unknown color: approx Pale Violet Red. HEX triplet: DE, 74 and 93. RGB value is (222,116,147). Sum of RGB (Red+Green+Blue) = 222+116+147=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7493 is #218B6C. Grayscale: #979797. Windows color (decimal): -2198381 or 9663710. OLE color: 9663710.

HSL color Cylindrical-coordinate representation of color #DE7493: hue angle of 342.45º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE7493 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB222116147-
CMYK00.480.340.13
HSL342.45º61.63%66.27%-
HSV(B)342.45º47.75%87.06%-
XYZ41.6430.1331.22-
YUV151.23125.62178.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.77%
GREEN value IS 116 (45.70% from 255) = 23.92%
BLUE value IS 147 (57.81% from 255) = 30.31%
R=45.77%
G=23.92%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211614700.480.340.13342.4561.6366.27
HexDE749303022D1563e42
Octal336164223060421552676102
Binary11011110111010010010011011000010001011011010101101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7493; }

 p { color: rgb(222,116,147); }

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

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

 a { background-color: rgb(222,116,147); }

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

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

 span { border-color: rgb(222,116,147); }

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