#DE92DF

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

Shades of Plum #DE92DF

Tints of Plum #DE92DF

Color information

#DE92DF (or 0xDE92DF) is unknown color: approx Plum. HEX triplet: DE, 92 and DF. RGB value is (222,146,223). Sum of RGB (Red+Green+Blue) = 222+146+223=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE92DF is #216D20. Grayscale: #B1B1B1. Windows color (decimal): -2190625 or 14652126. OLE color: 14652126.

HSL color Cylindrical-coordinate representation of color #DE92DF: hue angle of 299.22º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE92DF is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222146223-
CMYK0.000.3500.13
HSL299.22º54.61%72.35%-
HSV(B)299.22º34.53%87.45%-
XYZ53.7241.4274.97-
YUV177.5153.68159.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 146 (57.42% from 255) = 24.70%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=37.56%
G=24.70%
B=37.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221462230.000.3500.13299.2254.6172.35
HexDE92DF0230D12b3748
Octal33622233704301545367110
Binary1101111010010010110111110100011011011001010111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE92DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE92DF; }

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

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

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

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

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

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

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

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