#DE92E5

Color #DE92E5 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DE92E5

Tints of Plum #DE92E5

Color information

#DE92E5 (or 0xDE92E5) is unknown color: approx Plum. HEX triplet: DE, 92 and E5. RGB value is (222,146,229). Sum of RGB (Red+Green+Blue) = 222+146+229=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE92E5 is #216D1A. Grayscale: #B1B1B1. Windows color (decimal): -2190619 or 15045342. OLE color: 15045342.

HSL color Cylindrical-coordinate representation of color #DE92E5: hue angle of 294.94º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE92E5 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222146229-
CMYK0.030.3600.10
HSL294.94º61.48%73.53%-
HSV(B)294.94º36.24%89.8%-
XYZ54.5541.7479.31-
YUV178.19156.68159.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 146 (57.42% from 255) = 24.46%
BLUE value IS 229 (89.84% from 255) = 38.36%
R=37.19%
G=24.46%
B=38.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221462290.030.3600.10294.9461.4873.53
HexDE92E53240A1273d4a
Octal33622234534401244775112
Binary11011110100100101110010111100100010101001001111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE92E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE92E5; }

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

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

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

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

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

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

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

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