#DE6991

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

Shades of Pale Violet Red #DE6991

Tints of Pale Violet Red #DE6991

Color information

#DE6991 (or 0xDE6991) is unknown color: approx Pale Violet Red. HEX triplet: DE, 69 and 91. RGB value is (222,105,145). Sum of RGB (Red+Green+Blue) = 222+105+145=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6991 is #21966E. Grayscale: #909090. Windows color (decimal): -2201199 or 9529822. OLE color: 9529822.

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

Color convert

RGB222105145-
CMYK00.530.350.13
HSL339.49º63.93%64.12%-
HSV(B)339.49º52.7%87.06%-
XYZ40.2927.6830.01-
YUV144.54128.26183.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.03%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=47.03%
G=22.25%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210514500.530.350.13339.4963.9364.12
HexDE699103523D1534040
Octal3361512210654315523100100
Binary110111101101001100100010110101100011110110101001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6991; }

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

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

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

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

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

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

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

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