#DE7691

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

Shades of Pale Violet Red #DE7691

Tints of Pale Violet Red #DE7691

Color information

#DE7691 (or 0xDE7691) is unknown color: approx Pale Violet Red. HEX triplet: DE, 76 and 91. RGB value is (222,118,145). Sum of RGB (Red+Green+Blue) = 222+118+145=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7691 is #21896E. Grayscale: #989898. Windows color (decimal): -2197871 or 9533150. OLE color: 9533150.

HSL color Cylindrical-coordinate representation of color #DE7691: hue angle of 344.42º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE7691 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB222118145-
CMYK00.470.350.13
HSL344.42º61.18%66.67%-
HSV(B)344.42º46.85%87.06%-
XYZ41.7130.5330.48-
YUV152.17123.96177.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.77%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 145 (57.03% from 255) = 29.90%
R=45.77%
G=24.33%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211814500.470.350.13344.4261.1866.67
HexDE769102F23D1583d43
Octal336166221057431553075103
Binary11011110111011010010001010111110001111011010110001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7691; }

 p { color: rgb(222,118,145); }

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

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

 a { background-color: rgb(222,118,145); }

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

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

 span { border-color: rgb(222,118,145); }

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