#DE7996

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

Shades of Pale Violet Red #DE7996

Tints of Pale Violet Red #DE7996

Color information

#DE7996 (or 0xDE7996) is unknown color: approx Pale Violet Red. HEX triplet: DE, 79 and 96. RGB value is (222,121,150). Sum of RGB (Red+Green+Blue) = 222+121+150=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7996 is #218669. Grayscale: #9A9A9A. Windows color (decimal): -2197098 or 9861598. OLE color: 9861598.

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

Color convert

RGB222121150-
CMYK00.450.320.13
HSL342.77º60.48%67.25%-
HSV(B)342.77º45.5%87.06%-
XYZ42.4731.4132.68-
YUV154.5125.46176.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 121 (47.66% from 255) = 24.54%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=45.03%
G=24.54%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212115000.450.320.13342.7760.4867.25
HexDE799602D20D1573c43
Octal336171226055401552774103
Binary11011110111100110010110010110110000011011010101111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7996; }

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

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

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

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

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

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

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

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