#DE7196

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

Shades of Pale Violet Red #DE7196

Tints of Pale Violet Red #DE7196

Color information

#DE7196 (or 0xDE7196) is unknown color: approx Pale Violet Red. HEX triplet: DE, 71 and 96. RGB value is (222,113,150). Sum of RGB (Red+Green+Blue) = 222+113+150=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7196 is #218E69. Grayscale: #959595. Windows color (decimal): -2199146 or 9859550. OLE color: 9859550.

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

Color convert

RGB222113150-
CMYK00.490.320.13
HSL339.63º62.29%65.69%-
HSV(B)339.63º49.1%87.06%-
XYZ41.5329.5432.37-
YUV149.81128.11179.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.77%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=45.77%
G=23.30%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211315000.490.320.13339.6362.2965.69
HexDE719603120D1543e42
Octal336161226061401552476102
Binary11011110111000110010110011000110000011011010101001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7196; }

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

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

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

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

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

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

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

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