#DE6992

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

Shades of Pale Violet Red #DE6992

Tints of Pale Violet Red #DE6992

Color information

#DE6992 (or 0xDE6992) is unknown color: approx Pale Violet Red. HEX triplet: DE, 69 and 92. RGB value is (222,105,146). Sum of RGB (Red+Green+Blue) = 222+105+146=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6992 is #21966D. Grayscale: #909090. Windows color (decimal): -2201198 or 9595358. OLE color: 9595358.

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

Color convert

RGB222105146-
CMYK00.530.340.13
HSL338.97º63.93%64.12%-
HSV(B)338.97º52.7%87.06%-
XYZ40.3627.7130.41-
YUV144.66128.76183.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.93%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=46.93%
G=22.20%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210514600.530.340.13338.9763.9364.12
HexDE699203522D1534040
Octal3361512220654215523100100
Binary110111101101001100100100110101100010110110101001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6992; }

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

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

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

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

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

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

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

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