#DC92EF

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

Shades of Plum #DC92EF

Tints of Plum #DC92EF

Color information

#DC92EF (or 0xDC92EF) is unknown color: approx Plum. HEX triplet: DC, 92 and EF. RGB value is (220,146,239). Sum of RGB (Red+Green+Blue) = 220+146+239=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC92EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC92EF is #236D10. Grayscale: #B2B2B2. Windows color (decimal): -2321681 or 15700700. OLE color: 15700700.

HSL color Cylindrical-coordinate representation of color #DC92EF: hue angle of 287.74º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC92EF is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220146239-
CMYK0.080.3900.06
HSL287.74º74.4%75.49%-
HSV(B)287.74º38.91%93.73%-
XYZ55.3742.0186.85-
YUV178.73162.02157.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 146 (57.42% from 255) = 24.13%
BLUE value IS 239 (93.75% from 255) = 39.50%
R=36.36%
G=24.13%
B=39.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201462390.080.3900.06287.7474.475.49
HexDC92EF827061204a4b
Octal334222357104706440112113
Binary1101110010010010111011111000100111011010010000010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC92EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC92EF; }

 p { color: rgb(220,146,239); }

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

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

 a { background-color: rgb(220,146,239); }

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

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

 span { border-color: rgb(220,146,239); }

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