#DE7293

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

Shades of Pale Violet Red #DE7293

Tints of Pale Violet Red #DE7293

Color information

#DE7293 (or 0xDE7293) is unknown color: approx Pale Violet Red. HEX triplet: DE, 72 and 93. RGB value is (222,114,147). Sum of RGB (Red+Green+Blue) = 222+114+147=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7293 is #218D6C. Grayscale: #969696. Windows color (decimal): -2198893 or 9663198. OLE color: 9663198.

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

Color convert

RGB222114147-
CMYK00.490.340.13
HSL341.67º62.07%65.88%-
HSV(B)341.67º48.65%87.06%-
XYZ41.4129.6731.15-
YUV150.05126.28179.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 114 (44.92% from 255) = 23.60%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=45.96%
G=23.60%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211414700.490.340.13341.6762.0765.88
HexDE729303122D1563e42
Octal336162223061421552676102
Binary11011110111001010010011011000110001011011010101101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7293; }

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

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

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

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

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

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

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

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