#DE5996

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

Shades of Pale Violet Red #DE5996

Tints of Pale Violet Red #DE5996

Color information

#DE5996 (or 0xDE5996) is unknown color: approx Pale Violet Red. HEX triplet: DE, 59 and 96. RGB value is (222,89,150). Sum of RGB (Red+Green+Blue) = 222+89+150=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5996 is #21A669. Grayscale: #878787. Windows color (decimal): -2205290 or 9853406. OLE color: 9853406.

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

Color convert

RGB22289150-
CMYK00.600.320.13
HSL332.48º66.83%60.98%-
HSV(B)332.48º59.91%87.06%-
XYZ39.224.8831.59-
YUV135.72136.06189.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=48.16%
G=19.31%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228915000.600.320.13332.4866.8360.98
HexDE599603C20D14c433d
Octal336131226074401551410375
Binary11011110101100110010110011110010000011011010011001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5996; }

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

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

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

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

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

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

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

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