#DE6892

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

Shades of Pale Violet Red #DE6892

Tints of Pale Violet Red #DE6892

Color information

#DE6892 (or 0xDE6892) is unknown color: approx Pale Violet Red. HEX triplet: DE, 68 and 92. RGB value is (222,104,146). Sum of RGB (Red+Green+Blue) = 222+104+146=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6892 is #21976D. Grayscale: #909090. Windows color (decimal): -2201454 or 9595102. OLE color: 9595102.

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

Color convert

RGB222104146-
CMYK00.530.340.13
HSL338.64º64.13%63.92%-
HSV(B)338.64º53.15%87.06%-
XYZ40.2627.5130.38-
YUV144.07129.09183.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.03%
GREEN value IS 104 (41.02% from 255) = 22.03%
BLUE value IS 146 (57.42% from 255) = 30.93%
R=47.03%
G=22.03%
B=30.93%

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
Decimal22210414600.530.340.13338.6464.1363.92
HexDE689203522D1534040
Octal3361502220654215523100100
Binary110111101101000100100100110101100010110110101001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6892; }

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

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

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

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

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

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

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

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