#DE7197

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

Shades of Pale Violet Red #DE7197

Tints of Pale Violet Red #DE7197

Color information

#DE7197 (or 0xDE7197) is unknown color: approx Pale Violet Red. HEX triplet: DE, 71 and 97. RGB value is (222,113,151). Sum of RGB (Red+Green+Blue) = 222+113+151=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7197 is #218E68. Grayscale: #959595. Windows color (decimal): -2199145 or 9925086. OLE color: 9925086.

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

Color convert

RGB222113151-
CMYK00.490.320.13
HSL339.08º62.29%65.69%-
HSV(B)339.08º49.1%87.06%-
XYZ41.6229.5732.79-
YUV149.92128.61179.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.68%
GREEN value IS 113 (44.53% from 255) = 23.25%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=45.68%
G=23.25%
B=31.07%

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
Decimal22211315100.490.320.13339.0862.2965.69
HexDE719703120D1533e42
Octal336161227061401552376102
Binary11011110111000110010111011000110000011011010100111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7197; }

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

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

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

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

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

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

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

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