#DE7193

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

Shades of Pale Violet Red #DE7193

Tints of Pale Violet Red #DE7193

Color information

#DE7193 (or 0xDE7193) is unknown color: approx Pale Violet Red. HEX triplet: DE, 71 and 93. RGB value is (222,113,147). Sum of RGB (Red+Green+Blue) = 222+113+147=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7193 is #218E6C. Grayscale: #959595. Windows color (decimal): -2199149 or 9662942. OLE color: 9662942.

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

Color convert

RGB222113147-
CMYK00.490.340.13
HSL341.28º62.29%65.69%-
HSV(B)341.28º49.1%87.06%-
XYZ41.329.4531.11-
YUV149.47126.61179.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.06%
GREEN value IS 113 (44.53% from 255) = 23.44%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=46.06%
G=23.44%
B=30.50%

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
Decimal22211314700.490.340.13341.2862.2965.69
HexDE719303122D1553e42
Octal336161223061421552576102
Binary11011110111000110010011011000110001011011010101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7193; }

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

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

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

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

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

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

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

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