#DE7692

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

Shades of Pale Violet Red #DE7692

Tints of Pale Violet Red #DE7692

Color information

#DE7692 (or 0xDE7692) is unknown color: approx Pale Violet Red. HEX triplet: DE, 76 and 92. RGB value is (222,118,146). Sum of RGB (Red+Green+Blue) = 222+118+146=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7692 is #21896D. Grayscale: #989898. Windows color (decimal): -2197870 or 9598686. OLE color: 9598686.

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

Color convert

RGB222118146-
CMYK00.470.340.13
HSL343.85º61.18%66.67%-
HSV(B)343.85º46.85%87.06%-
XYZ41.7930.5630.89-
YUV152.29124.46177.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.68%
GREEN value IS 118 (46.48% from 255) = 24.28%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=45.68%
G=24.28%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211814600.470.340.13343.8561.1866.67
HexDE769202F22D1583d43
Octal336166222057421553075103
Binary11011110111011010010010010111110001011011010110001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7692; }

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

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

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

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

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

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

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

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