#DE6996

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

Shades of Pale Violet Red #DE6996

Tints of Pale Violet Red #DE6996

Color information

#DE6996 (or 0xDE6996) is unknown color: approx Pale Violet Red. HEX triplet: DE, 69 and 96. RGB value is (222,105,150). Sum of RGB (Red+Green+Blue) = 222+105+150=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6996 is #219669. Grayscale: #919191. Windows color (decimal): -2201194 or 9857502. OLE color: 9857502.

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

Color convert

RGB222105150-
CMYK00.530.320.13
HSL336.92º63.93%64.12%-
HSV(B)336.92º52.7%87.06%-
XYZ40.6827.8332.08-
YUV145.11130.76182.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.54%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 150 (58.98% from 255) = 31.45%
R=46.54%
G=22.01%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210515000.530.320.13336.9263.9364.12
HexDE699603520D1514040
Octal3361512260654015521100100
Binary110111101101001100101100110101100000110110101000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6996; }

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

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

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

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

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

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

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

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